Color Hex Logo

#b3b64b Color Hex

#B3B64B
(179,182,75)
0 Favorites   0 Comments

Color spaces of #b3b64b

RGB 17918275
HSL0.170.420.50
HSV62°59°71°
CMYK 0.020.000.59   0.29
XYZ36.588443.547613.1337
Yxy43.54760.39230.4669
Hunter Lab65.9906-16.514534.3933
CIE-Lab71.9251-15.263652.7763

#b3b64b color RGB value is (179,182,75).

#b3b64b hex color red value is 179, green value is 182 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #b3b64b hue: 0.17 , saturation: 0.42 and the lightness value of b3b64b is 0.50.

The process color (four color CMYK) of #b3b64b color hex is 0.02, 0.00, 0.59, 0.29. Web safe color of #b3b64b is #cccc33. Color #b3b64b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10110110 01001011
Octal 263 266 113
Decimal 179 182 75
Hex B3 B6 4B

RGB Percentages of Color #b3b64b

%41.06
%41.74
%17.20

CMYK Percentages of Color #b3b64b

%2
%0
%59
%29

Triadic Colors of #b3b64b

#b3b64b #4bb3b6 #b64bb3

Analogous Colors of #b3b64b

#b3b64b #7eb64b #b6844b

Monochromatic Colors of #b3b64b

#b3b64b

Complementary Color

#b3b64b #4e4bb6

#b3b64b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3b64b Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3b64b Color CSS Codes

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

#b3b64b Text Font Color

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

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


#b3b64b Background Color

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

This div background color is #b3b64b


#b3b64b Border Color

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

This div border color is #b3b64b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(179,182,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b3b64b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b3b64b;
  -webkit-box-shadow: 1px 1px 3px 2px #b3b64b;
  box-shadow:         1px 1px 3px 2px #b3b64b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3b64b


Comments

No comments written yet.

Please login to write comment.