Color Hex Logo

#bbb752 Color Hex

#BBB752
(187,183,82)
0 Favorites   0 Comments

Color spaces of #bbb752

RGB 18718382
HSL0.160.440.53
HSV58°56°73°
CMYK 0.000.020.56   0.27
XYZ38.950045.041014.6235
Yxy45.04100.39500.4567
Hunter Lab67.1126-13.851334.0598
CIE-Lab72.9189-11.884350.8863

#bbb752 color RGB value is (187,183,82).

#bbb752 hex color red value is 187, green value is 183 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #bbb752 hue: 0.16 , saturation: 0.44 and the lightness value of bbb752 is 0.53.

The process color (four color CMYK) of #bbb752 color hex is 0.00, 0.02, 0.56, 0.27. Web safe color of #bbb752 is #cccc66. Color #bbb752 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110111 01010010
Octal 273 267 122
Decimal 187 183 82
Hex BB B7 52

RGB Percentages of Color #bbb752

%41.37
%40.49
%18.14

CMYK Percentages of Color #bbb752

%0
%2
%56
%27

Triadic Colors of #bbb752

#bbb752 #52bbb7 #b752bb

Analogous Colors of #bbb752

#bbb752 #8bbb52 #bb8352

Monochromatic Colors of #bbb752

#bbb752

Complementary Color

#bbb752 #5256bb

#bbb752 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb752 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb752 Color CSS Codes

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

#bbb752 Text Font Color

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

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


#bbb752 Background Color

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

This div background color is #bbb752


#bbb752 Border Color

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

This div border color is #bbb752


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb752


Comments

No comments written yet.

Please login to write comment.