Color Hex Logo

#bba875 Color Hex

#BBA875
(187,168,117)
0 Favorites   0 Comments

Color spaces of #bba875

RGB 187168117
HSL0.120.340.60
HSV44°37°73°
CMYK 0.000.100.37   0.27
XYZ37.707039.854422.5349
Yxy39.85440.37670.3982
Hunter Lab63.1303-3.862223.0272
CIE-Lab69.3657-0.562328.8794

#bba875 color RGB value is (187,168,117).

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

The process color (four color CMYK) of #bba875 color hex is 0.00, 0.10, 0.37, 0.27. Web safe color of #bba875 is #cc9966. Color #bba875 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101000 01110101
Octal 273 250 165
Decimal 187 168 117
Hex BB A8 75

RGB Percentages of Color #bba875

%39.62
%35.59
%24.79

CMYK Percentages of Color #bba875

%0
%10
%37
%27

Triadic Colors of #bba875

#bba875 #75bba8 #a875bb

Analogous Colors of #bba875

#bba875 #abbb75 #bb8575

Monochromatic Colors of #bba875

#bba875

Complementary Color

#bba875 #7588bb

#bba875 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba875 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba875 Color CSS Codes

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

#bba875 Text Font Color

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

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


#bba875 Background Color

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

This div background color is #bba875


#bba875 Border Color

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

This div border color is #bba875


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,168,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 #bba875">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba875


Comments

No comments written yet.

Please login to write comment.