Color Hex Logo

#b6b13c Color Hex

#B6B13C
(182,177,60)
0 Favorites   0 Comments

Color spaces of #b6b13c

RGB 18217760
HSL0.160.500.47
HSV58°67°71°
CMYK 0.000.030.67   0.29
XYZ35.829241.715610.4385
Yxy41.71560.40720.4741
Hunter Lab64.5876-14.007635.6290
CIE-Lab70.6744-12.406157.9032

#b6b13c color RGB value is (182,177,60).

#b6b13c hex color red value is 182, green value is 177 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #b6b13c hue: 0.16 , saturation: 0.50 and the lightness value of b6b13c is 0.47.

The process color (four color CMYK) of #b6b13c color hex is 0.00, 0.03, 0.67, 0.29. Web safe color of #b6b13c is #cc9933. Color #b6b13c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10110001 00111100
Octal 266 261 74
Decimal 182 177 60
Hex B6 B1 3C

RGB Percentages of Color #b6b13c

%43.44
%42.24
%14.32

CMYK Percentages of Color #b6b13c

%0
%3
%67
%29

Triadic Colors of #b6b13c

#b6b13c #3cb6b1 #b13cb6

Analogous Colors of #b6b13c

#b6b13c #7eb63c #b6743c

Monochromatic Colors of #b6b13c

#b6b13c

Complementary Color

#b6b13c #3c41b6

#b6b13c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6b13c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6b13c Color CSS Codes

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

#b6b13c Text Font Color

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

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


#b6b13c Background Color

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

This div background color is #b6b13c


#b6b13c Border Color

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

This div border color is #b6b13c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6b13c


Comments

No comments written yet.

Please login to write comment.