Color Hex Logo

#b09104 Color Hex

#B09104
(176,145,4)
0 Favorites   0 Comments

Color spaces of #b09104

RGB 1761454
HSL0.140.960.35
HSV49°98°69°
CMYK 0.000.180.98   0.31
XYZ28.051829.48974.3285
Yxy29.48970.45340.4766
Hunter Lab54.3044-2.825833.2872
CIE-Lab61.21140.089964.8648

#b09104 color RGB value is (176,145,4).

#b09104 hex color red value is 176, green value is 145 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #b09104 hue: 0.14 , saturation: 0.96 and the lightness value of b09104 is 0.35.

The process color (four color CMYK) of #b09104 color hex is 0.00, 0.18, 0.98, 0.31. Web safe color of #b09104 is #999900. Color #b09104 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10010001 00000100
Octal 260 221 4
Decimal 176 145 4
Hex B0 91 4

RGB Percentages of Color #b09104

%54.15
%44.62
%1.23

CMYK Percentages of Color #b09104

%0
%18
%98
%31

Triadic Colors of #b09104

#b09104 #04b091 #9104b0

Analogous Colors of #b09104

#b09104 #79b004 #b03b04

Monochromatic Colors of #b09104

#b09104

Complementary Color

#b09104 #0423b0

#b09104 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b09104 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b09104 Color CSS Codes

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

#b09104 Text Font Color

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

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


#b09104 Background Color

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

This div background color is #b09104


#b09104 Border Color

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

This div border color is #b09104


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b09104


Comments

No comments written yet.

Please login to write comment.