Color Hex Logo

#bba380 Color Hex

#BBA380
(187,163,128)
0 Favorites   0 Comments

Color spaces of #bba380

RGB 187163128
HSL0.100.300.62
HSV36°32°73°
CMYK 0.000.130.32   0.27
XYZ37.487038.317725.8424
Yxy38.31770.36880.3770
Hunter Lab61.9013-0.228918.5787
CIE-Lab68.25413.513121.4371

#bba380 color RGB value is (187,163,128).

#bba380 hex color red value is 187, green value is 163 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #bba380 hue: 0.10 , saturation: 0.30 and the lightness value of bba380 is 0.62.

The process color (four color CMYK) of #bba380 color hex is 0.00, 0.13, 0.32, 0.27. Web safe color of #bba380 is #cc9999. Color #bba380 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100011 10000000
Octal 273 243 200
Decimal 187 163 128
Hex BB A3 80

RGB Percentages of Color #bba380

%39.12
%34.10
%26.78

CMYK Percentages of Color #bba380

%0
%13
%32
%27

Triadic Colors of #bba380

#bba380 #80bba3 #a380bb

Analogous Colors of #bba380

#bba380 #b6bb80 #bb8680

Monochromatic Colors of #bba380

#bba380

Complementary Color

#bba380 #8098bb

#bba380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba380 Color CSS Codes

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

#bba380 Text Font Color

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

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


#bba380 Background Color

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

This div background color is #bba380


#bba380 Border Color

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

This div border color is #bba380


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba380


Comments

No comments written yet.

Please login to write comment.