Color Hex Logo

#b1b12b Color Hex

#B1B12B
(177,177,43)
0 Favorites   0 Comments

Color spaces of #b1b12b

RGB 17717743
HSL0.170.610.43
HSV60°76°69°
CMYK 0.000.000.76   0.31
XYZ34.289640.96588.3854
Yxy40.96580.41000.4898
Hunter Lab64.0045-16.378937.0354
CIE-Lab70.1520-15.403663.4467

#b1b12b color RGB value is (177,177,43).

#b1b12b hex color red value is 177, green value is 177 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #b1b12b hue: 0.17 , saturation: 0.61 and the lightness value of b1b12b is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10110001 00101011
Octal 261 261 53
Decimal 177 177 43
Hex B1 B1 2B

RGB Percentages of Color #b1b12b

%44.58
%44.58
%10.83

CMYK Percentages of Color #b1b12b

%0
%0
%76
%31

Triadic Colors of #b1b12b

#b1b12b #2bb1b1 #b12bb1

Analogous Colors of #b1b12b

#b1b12b #6eb12b #b16e2b

Monochromatic Colors of #b1b12b

#b1b12b

Complementary Color

#b1b12b #2b2bb1

#b1b12b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1b12b Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1b12b Color CSS Codes

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

#b1b12b Text Font Color

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

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


#b1b12b Background Color

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

This div background color is #b1b12b


#b1b12b Border Color

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

This div border color is #b1b12b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1b12b


Comments

No comments written yet.

Please login to write comment.