Color Hex Logo

#b09f2a Color Hex

#B09F2A
(176,159,42)
0 Favorites   0 Comments

Color spaces of #b09f2a

RGB 17615942
HSL0.150.610.43
HSV52°76°69°
CMYK 0.000.100.76   0.31
XYZ30.720634.19357.1714
Yxy34.19350.42620.4743
Hunter Lab58.4752-8.554733.6613
CIE-Lab65.1159-6.500759.0860

#b09f2a color RGB value is (176,159,42).

#b09f2a hex color red value is 176, green value is 159 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #b09f2a hue: 0.15 , saturation: 0.61 and the lightness value of b09f2a is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10011111 00101010
Octal 260 237 52
Decimal 176 159 42
Hex B0 9F 2A

RGB Percentages of Color #b09f2a

%46.68
%42.18
%11.14

CMYK Percentages of Color #b09f2a

%0
%10
%76
%31

Triadic Colors of #b09f2a

#b09f2a #2ab09f #9f2ab0

Analogous Colors of #b09f2a

#b09f2a #7eb02a #b05c2a

Monochromatic Colors of #b09f2a

#b09f2a

Complementary Color

#b09f2a #2a3bb0

#b09f2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b09f2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b09f2a Color CSS Codes

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

#b09f2a Text Font Color

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

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


#b09f2a Background Color

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

This div background color is #b09f2a


#b09f2a Border Color

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

This div border color is #b09f2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b09f2a


Comments

No comments written yet.

Please login to write comment.