Color Hex Logo

#bbb675 Color Hex

#BBB675
(187,182,117)
0 Favorites   0 Comments

Color spaces of #bbb675

RGB 187182117
HSL0.150.340.60
HSV56°37°73°
CMYK 0.000.030.37   0.27
XYZ40.432445.305023.4434
Yxy45.30500.37030.4150
Hunter Lab67.3090-10.566126.4659
CIE-Lab73.0923-7.978733.7356

#bbb675 color RGB value is (187,182,117).

#bbb675 hex color red value is 187, green value is 182 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #bbb675 hue: 0.15 , saturation: 0.34 and the lightness value of bbb675 is 0.60.

The process color (four color CMYK) of #bbb675 color hex is 0.00, 0.03, 0.37, 0.27. Web safe color of #bbb675 is #cccc66. Color #bbb675 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110110 01110101
Octal 273 266 165
Decimal 187 182 117
Hex BB B6 75

RGB Percentages of Color #bbb675

%38.48
%37.45
%24.07

CMYK Percentages of Color #bbb675

%0
%3
%37
%27

Triadic Colors of #bbb675

#bbb675 #75bbb6 #b675bb

Analogous Colors of #bbb675

#bbb675 #9dbb75 #bb9375

Monochromatic Colors of #bbb675

#bbb675

Complementary Color

#bbb675 #757abb

#bbb675 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb675 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb675 Color CSS Codes

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

#bbb675 Text Font Color

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

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


#bbb675 Background Color

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

This div background color is #bbb675


#bbb675 Border Color

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

This div border color is #bbb675


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb675


Comments

No comments written yet.

Please login to write comment.