Color Hex Logo

#b3b65b Color Hex

#B3B65B
(179,182,91)
0 Favorites   0 Comments

Color spaces of #b3b65b

RGB 17918291
HSL0.170.380.54
HSV62°50°71°
CMYK 0.020.000.50   0.29
XYZ37.206743.794916.3898
Yxy43.79490.38200.4497
Hunter Lab66.1777-15.454031.6404
CIE-Lab72.0912-13.942345.4913

#b3b65b color RGB value is (179,182,91).

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

The process color (four color CMYK) of #b3b65b color hex is 0.02, 0.00, 0.50, 0.29. Web safe color of #b3b65b is #cccc66. Color #b3b65b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10110110 01011011
Octal 263 266 133
Decimal 179 182 91
Hex B3 B6 5B

RGB Percentages of Color #b3b65b

%39.60
%40.27
%20.13

CMYK Percentages of Color #b3b65b

%2
%0
%50
%29

Triadic Colors of #b3b65b

#b3b65b #5bb3b6 #b65bb3

Analogous Colors of #b3b65b

#b3b65b #86b65b #b68c5b

Monochromatic Colors of #b3b65b

#b3b65b

Complementary Color

#b3b65b #5e5bb6

#b3b65b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3b65b Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3b65b Color CSS Codes

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

#b3b65b Text Font Color

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

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


#b3b65b Background Color

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

This div background color is #b3b65b


#b3b65b Border Color

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

This div border color is #b3b65b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3b65b


Comments

No comments written yet.

Please login to write comment.