Color Hex Logo

#bba679 Color Hex

#BBA679
(187,166,121)
0 Favorites   0 Comments

Color spaces of #bba679

RGB 187166121
HSL0.110.330.60
HSV41°35°73°
CMYK 0.000.110.35   0.27
XYZ37.580939.217723.6782
Yxy39.21770.37400.3903
Hunter Lab62.6240-2.473621.4192
CIE-Lab68.90870.997626.1236

#bba679 color RGB value is (187,166,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100110 01111001
Octal 273 246 171
Decimal 187 166 121
Hex BB A6 79

RGB Percentages of Color #bba679

%39.45
%35.02
%25.53

CMYK Percentages of Color #bba679

%0
%11
%35
%27

Triadic Colors of #bba679

#bba679 #79bba6 #a679bb

Analogous Colors of #bba679

#bba679 #afbb79 #bb8579

Monochromatic Colors of #bba679

#bba679

Complementary Color

#bba679 #798ebb

#bba679 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba679 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba679 Color CSS Codes

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

#bba679 Text Font Color

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

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


#bba679 Background Color

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

This div background color is #bba679


#bba679 Border Color

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

This div border color is #bba679


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba679


Comments

No comments written yet.

Please login to write comment.