Color Hex Logo

#bba978 Color Hex

#BBA978
(187,169,120)
0 Favorites   0 Comments

Color spaces of #bba978

RGB 187169120
HSL0.120.330.60
HSV44°36°73°
CMYK 0.000.100.36   0.27
XYZ38.071640.296823.5408
Yxy40.29680.37360.3954
Hunter Lab63.4798-4.035322.4488
CIE-Lab69.6804-0.738527.6873

#bba978 color RGB value is (187,169,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101001 01111000
Octal 273 251 170
Decimal 187 169 120
Hex BB A9 78

RGB Percentages of Color #bba978

%39.29
%35.50
%25.21

CMYK Percentages of Color #bba978

%0
%10
%36
%27

Triadic Colors of #bba978

#bba978 #78bba9 #a978bb

Analogous Colors of #bba978

#bba978 #acbb78 #bb8878

Monochromatic Colors of #bba978

#bba978

Complementary Color

#bba978 #788abb

#bba978 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba978 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba978 Color CSS Codes

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

#bba978 Text Font Color

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

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


#bba978 Background Color

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

This div background color is #bba978


#bba978 Border Color

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

This div border color is #bba978


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba978


Comments

No comments written yet.

Please login to write comment.