Color Hex Logo

#bbaf88 Color Hex

#BBAF88
(187,175,136)
0 Favorites   0 Comments

Color spaces of #bbaf88

RGB 187175136
HSL0.130.270.63
HSV46°27°73°
CMYK 0.000.060.27   0.27
XYZ40.267443.002329.4705
Yxy43.00230.35720.3814
Hunter Lab65.5761-5.149319.2578
CIE-Lab71.5565-1.871421.5879

#bbaf88 color RGB value is (187,175,136).

#bbaf88 hex color red value is 187, green value is 175 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #bbaf88 hue: 0.13 , saturation: 0.27 and the lightness value of bbaf88 is 0.63.

The process color (four color CMYK) of #bbaf88 color hex is 0.00, 0.06, 0.27, 0.27. Web safe color of #bbaf88 is #cc9999. Color #bbaf88 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101111 10001000
Octal 273 257 210
Decimal 187 175 136
Hex BB AF 88

RGB Percentages of Color #bbaf88

%37.55
%35.14
%27.31

CMYK Percentages of Color #bbaf88

%0
%6
%27
%27

Triadic Colors of #bbaf88

#bbaf88 #88bbaf #af88bb

Analogous Colors of #bbaf88

#bbaf88 #aebb88 #bb9688

Monochromatic Colors of #bbaf88

#bbaf88

Complementary Color

#bbaf88 #8894bb

#bbaf88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbaf88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbaf88 Color CSS Codes

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

#bbaf88 Text Font Color

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

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


#bbaf88 Background Color

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

This div background color is #bbaf88


#bbaf88 Border Color

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

This div border color is #bbaf88


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbaf88


Comments

No comments written yet.

Please login to write comment.