Color Hex Logo

#bba87d Color Hex

#BBA87D
(187,168,125)
0 Favorites   0 Comments

Color spaces of #bba87d

RGB 187168125
HSL0.120.310.61
HSV42°33°73°
CMYK 0.000.100.33   0.27
XYZ38.197840.050725.1194
Yxy40.05070.36950.3875
Hunter Lab63.2856-3.011220.7665
CIE-Lab69.50560.421724.7606

#bba87d color RGB value is (187,168,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101000 01111101
Octal 273 250 175
Decimal 187 168 125
Hex BB A8 7D

RGB Percentages of Color #bba87d

%38.96
%35.00
%26.04

CMYK Percentages of Color #bba87d

%0
%10
%33
%27

Triadic Colors of #bba87d

#bba87d #7dbba8 #a87dbb

Analogous Colors of #bba87d

#bba87d #afbb7d #bb897d

Monochromatic Colors of #bba87d

#bba87d

Complementary Color

#bba87d #7d90bb

#bba87d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba87d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba87d Color CSS Codes

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

#bba87d Text Font Color

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

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


#bba87d Background Color

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

This div background color is #bba87d


#bba87d Border Color

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

This div border color is #bba87d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba87d


Comments

No comments written yet.

Please login to write comment.