Color Hex Logo

#b7b10b Color Hex

#B7B10B
(183,177,11)
0 Favorites   0 Comments

Color spaces of #b7b10b

RGB 18317711
HSL0.160.890.38
HSV58°94°72°
CMYK 0.000.030.94   0.28
XYZ35.311041.53576.4727
Yxy41.53570.42380.4985
Hunter Lab64.4482-14.984739.1591
CIE-Lab70.5496-13.618071.1677

#b7b10b color RGB value is (183,177,11).

#b7b10b hex color red value is 183, green value is 177 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #b7b10b hue: 0.16 , saturation: 0.89 and the lightness value of b7b10b is 0.38.

The process color (four color CMYK) of #b7b10b color hex is 0.00, 0.03, 0.94, 0.28. Web safe color of #b7b10b is #cc9900. Color #b7b10b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10110001 00001011
Octal 267 261 13
Decimal 183 177 11
Hex B7 B1 B

RGB Percentages of Color #b7b10b

%49.33
%47.71
%2.96

CMYK Percentages of Color #b7b10b

%0
%3
%94
%28

Triadic Colors of #b7b10b

#b7b10b #0bb7b1 #b10bb7

Analogous Colors of #b7b10b

#b7b10b #67b70b #b75b0b

Monochromatic Colors of #b7b10b

#b7b10b

Complementary Color

#b7b10b #0b11b7

#b7b10b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7b10b Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7b10b Color CSS Codes

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

#b7b10b Text Font Color

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

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


#b7b10b Background Color

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

This div background color is #b7b10b


#b7b10b Border Color

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

This div border color is #b7b10b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(183,177,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b7b10b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b7b10b;
  -webkit-box-shadow: 1px 1px 3px 2px #b7b10b;
  box-shadow:         1px 1px 3px 2px #b7b10b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7b10b


Comments

No comments written yet.

Please login to write comment.