Color Hex Logo

#bbb971 Color Hex

#BBB971
(187,185,113)
0 Favorites   0 Comments

Color spaces of #bbb971

RGB 187185113
HSL0.160.350.59
HSV58°40°73°
CMYK 0.000.010.40   0.27
XYZ40.823146.455022.4379
Yxy46.45500.37210.4234
Hunter Lab68.1579-12.364028.1920
CIE-Lab73.8398-9.993536.7634

#bbb971 color RGB value is (187,185,113).

#bbb971 hex color red value is 187, green value is 185 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #bbb971 hue: 0.16 , saturation: 0.35 and the lightness value of bbb971 is 0.59.

The process color (four color CMYK) of #bbb971 color hex is 0.00, 0.01, 0.40, 0.27. Web safe color of #bbb971 is #cccc66. Color #bbb971 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111001 01110001
Octal 273 271 161
Decimal 187 185 113
Hex BB B9 71

RGB Percentages of Color #bbb971

%38.56
%38.14
%23.30

CMYK Percentages of Color #bbb971

%0
%1
%40
%27

Triadic Colors of #bbb971

#bbb971 #71bbb9 #b971bb

Analogous Colors of #bbb971

#bbb971 #98bb71 #bb9471

Monochromatic Colors of #bbb971

#bbb971

Complementary Color

#bbb971 #7173bb

#bbb971 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb971 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb971 Color CSS Codes

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

#bbb971 Text Font Color

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

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


#bbb971 Background Color

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

This div background color is #bbb971


#bbb971 Border Color

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

This div border color is #bbb971


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(187,185,113, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bbb971; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bbb971;
  -webkit-box-shadow: 1px 1px 3px 2px #bbb971;
  box-shadow:         1px 1px 3px 2px #bbb971; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb971


Comments

No comments written yet.

Please login to write comment.