Color Hex Logo

#bba377 Color Hex

#BBA377
(187,163,119)
0 Favorites   0 Comments

Color spaces of #bba377

RGB 187163119
HSL0.110.330.60
HSV39°36°73°
CMYK 0.000.130.36   0.27
XYZ36.920538.091122.8592
Yxy38.09110.37720.3892
Hunter Lab61.7180-1.225521.2427
CIE-Lab68.08772.373926.1112

#bba377 color RGB value is (187,163,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100011 01110111
Octal 273 243 167
Decimal 187 163 119
Hex BB A3 77

RGB Percentages of Color #bba377

%39.87
%34.75
%25.37

CMYK Percentages of Color #bba377

%0
%13
%36
%27

Triadic Colors of #bba377

#bba377 #77bba3 #a377bb

Analogous Colors of #bba377

#bba377 #b1bb77 #bb8177

Monochromatic Colors of #bba377

#bba377

Complementary Color

#bba377 #778fbb

#bba377 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba377 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba377 Color CSS Codes

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

#bba377 Text Font Color

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

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


#bba377 Background Color

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

This div background color is #bba377


#bba377 Border Color

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

This div border color is #bba377


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba377


Comments

No comments written yet.

Please login to write comment.