Color Hex Logo

#b5a075 Color Hex

#B5A075
(181,160,117)
0 Favorites   0 Comments

Color spaces of #b5a075

RGB 181160117
HSL0.110.300.58
HSV40°35°71°
CMYK 0.000.120.35   0.29
XYZ34.837736.249721.9904
Yxy36.24970.37430.3895
Hunter Lab60.2077-2.078920.4902
CIE-Lab66.71031.317725.2617

#b5a075 color RGB value is (181,160,117).

#b5a075 hex color red value is 181, green value is 160 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #b5a075 hue: 0.11 , saturation: 0.30 and the lightness value of b5a075 is 0.58.

The process color (four color CMYK) of #b5a075 color hex is 0.00, 0.12, 0.35, 0.29. Web safe color of #b5a075 is #cc9966. Color #b5a075 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10100000 01110101
Octal 265 240 165
Decimal 181 160 117
Hex B5 A0 75

RGB Percentages of Color #b5a075

%39.52
%34.93
%25.55

CMYK Percentages of Color #b5a075

%0
%12
%35
%29

Triadic Colors of #b5a075

#b5a075 #75b5a0 #a075b5

Analogous Colors of #b5a075

#b5a075 #aab575 #b58075

Monochromatic Colors of #b5a075

#b5a075

Complementary Color

#b5a075 #758ab5

#b5a075 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5a075 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5a075 Color CSS Codes

.mybgcolor {background-color:#b5a075; } 
.myforecolor {color:#b5a075; }
.mybordercolor {border:3px solid #b5a075; }

#b5a075 Text Font Color

<p style="color:#b5a075">Text here</p>

This sample text font color is #b5a075
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b5a075 Background Color

<div style="background-color:#b5a075">
Div content here</div>

This div background color is #b5a075


#b5a075 Border Color

<div style="border:3px solid #b5a075">
Div here</div>

This div border color is #b5a075


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(181,160,117, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b5a075; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b5a075;
  -webkit-box-shadow: 1px 1px 3px 2px #b5a075;
  box-shadow:         1px 1px 3px 2px #b5a075; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,160,117, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b5a075">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b5a075;
  -webkit-box-shadow: 1px 1px 3px 2px #b5a075;
  box-shadow:         1px 1px 3px 2px #b5a075;">
Div content here</div>

This div box has shadow with color #b5a075


Comments

No comments written yet.

Please login to write comment.