Color Hex Logo

#bba778 Color Hex

#BBA778
(187,167,120)
0 Favorites   0 Comments

Color spaces of #bba778

RGB 187167120
HSL0.120.330.60
HSV42°36°73°
CMYK 0.000.110.36   0.27
XYZ37.702439.558323.4177
Yxy39.55830.37450.3929
Hunter Lab62.8954-3.065821.9515
CIE-Lab69.15380.336226.9889

#bba778 color RGB value is (187,167,120).

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

The process color (four color CMYK) of #bba778 color hex is 0.00, 0.11, 0.36, 0.27. Web safe color of #bba778 is #cc9966. Color #bba778 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100111 01111000
Octal 273 247 170
Decimal 187 167 120
Hex BB A7 78

RGB Percentages of Color #bba778

%39.45
%35.23
%25.32

CMYK Percentages of Color #bba778

%0
%11
%36
%27

Triadic Colors of #bba778

#bba778 #78bba7 #a778bb

Analogous Colors of #bba778

#bba778 #aebb78 #bb8678

Monochromatic Colors of #bba778

#bba778

Complementary Color

#bba778 #788cbb

#bba778 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba778 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba778 Color CSS Codes

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

#bba778 Text Font Color

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

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


#bba778 Background Color

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

This div background color is #bba778


#bba778 Border Color

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

This div border color is #bba778


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba778

#bba778 Color Palettes


Comments

No comments written yet.

Please login to write comment.