Color Hex Logo

#b09e3a Color Hex

#B09E3A
(176,158,58)
0 Favorites   0 Comments

Color spaces of #b09e3a

RGB 17615858
HSL0.140.500.46
HSV51°67°69°
CMYK 0.000.100.67   0.31
XYZ30.895133.98938.9352
Yxy33.98930.41850.4604
Hunter Lab58.3003-7.433131.7234
CIE-Lab64.9541-5.154952.6643

#b09e3a color RGB value is (176,158,58).

#b09e3a hex color red value is 176, green value is 158 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #b09e3a hue: 0.14 , saturation: 0.50 and the lightness value of b09e3a is 0.46.

The process color (four color CMYK) of #b09e3a color hex is 0.00, 0.10, 0.67, 0.31. Web safe color of #b09e3a is #999933. Color #b09e3a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10011110 00111010
Octal 260 236 72
Decimal 176 158 58
Hex B0 9E 3A

RGB Percentages of Color #b09e3a

%44.90
%40.31
%14.80

CMYK Percentages of Color #b09e3a

%0
%10
%67
%31

Triadic Colors of #b09e3a

#b09e3a #3ab09e #9e3ab0

Analogous Colors of #b09e3a

#b09e3a #87b03a #b0633a

Monochromatic Colors of #b09e3a

#b09e3a

Complementary Color

#b09e3a #3a4cb0

#b09e3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b09e3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b09e3a Color CSS Codes

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

#b09e3a Text Font Color

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

This sample text font color is #b09e3a
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.


#b09e3a Background Color

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

This div background color is #b09e3a


#b09e3a Border Color

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

This div border color is #b09e3a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(176,158,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b09e3a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b09e3a;
  -webkit-box-shadow: 1px 1px 3px 2px #b09e3a;
  box-shadow:         1px 1px 3px 2px #b09e3a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,158,58, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b09e3a


Comments

No comments written yet.

Please login to write comment.