Color Hex Logo

#bba78c Color Hex

#BBA78C
(187,167,140)
0 Favorites   0 Comments

Color spaces of #bba78c

RGB 187167140
HSL0.100.260.64
HSV34°25°73°
CMYK 0.000.110.25   0.27
XYZ39.045940.095730.4922
Yxy40.09570.35610.3657
Hunter Lab63.3212-0.743115.7738
CIE-Lab69.53762.994516.6289

#bba78c color RGB value is (187,167,140).

#bba78c hex color red value is 187, green value is 167 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #bba78c hue: 0.10 , saturation: 0.26 and the lightness value of bba78c is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100111 10001100
Octal 273 247 214
Decimal 187 167 140
Hex BB A7 8C

RGB Percentages of Color #bba78c

%37.85
%33.81
%28.34

CMYK Percentages of Color #bba78c

%0
%11
%25
%27

Triadic Colors of #bba78c

#bba78c #8cbba7 #a78cbb

Analogous Colors of #bba78c

#bba78c #b8bb8c #bb908c

Monochromatic Colors of #bba78c

#bba78c

Complementary Color

#bba78c #8ca0bb

#bba78c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba78c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba78c Color CSS Codes

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

#bba78c Text Font Color

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

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


#bba78c Background Color

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

This div background color is #bba78c


#bba78c Border Color

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

This div border color is #bba78c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba78c

#bba78c Color Palettes


Comments

No comments written yet.

Please login to write comment.