Color Hex Logo

#bba378 Color Hex

#BBA378
(187,163,120)
0 Favorites   0 Comments

Color spaces of #bba378

RGB 187163120
HSL0.110.330.60
HSV39°36°73°
CMYK 0.000.130.36   0.27
XYZ36.980938.115223.1772
Yxy38.11520.37630.3878
Hunter Lab61.7375-1.118820.9579
CIE-Lab68.10542.496325.5931

#bba378 color RGB value is (187,163,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100011 01111000
Octal 273 243 170
Decimal 187 163 120
Hex BB A3 78

RGB Percentages of Color #bba378

%39.79
%34.68
%25.53

CMYK Percentages of Color #bba378

%0
%13
%36
%27

Triadic Colors of #bba378

#bba378 #78bba3 #a378bb

Analogous Colors of #bba378

#bba378 #b2bb78 #bb8278

Monochromatic Colors of #bba378

#bba378

Complementary Color

#bba378 #7890bb

#bba378 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba378 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba378 Color CSS Codes

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

#bba378 Text Font Color

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

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


#bba378 Background Color

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

This div background color is #bba378


#bba378 Border Color

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

This div border color is #bba378


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba378


Comments

No comments written yet.

Please login to write comment.