Color Hex Logo

#bba374 Color Hex

#BBA374
(187,163,116)
0 Favorites   0 Comments

Color spaces of #bba374

RGB 187163116
HSL0.110.340.59
HSV40°38°73°
CMYK 0.000.130.38   0.27
XYZ36.743138.020121.9250
Yxy38.02010.38000.3932
Hunter Lab61.6604-1.538722.0802
CIE-Lab68.03542.014027.6629

#bba374 color RGB value is (187,163,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100011 01110100
Octal 273 243 164
Decimal 187 163 116
Hex BB A3 74

RGB Percentages of Color #bba374

%40.13
%34.98
%24.89

CMYK Percentages of Color #bba374

%0
%13
%38
%27

Triadic Colors of #bba374

#bba374 #74bba3 #a374bb

Analogous Colors of #bba374

#bba374 #b0bb74 #bb8074

Monochromatic Colors of #bba374

#bba374

Complementary Color

#bba374 #748cbb

#bba374 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba374 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba374 Color CSS Codes

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

#bba374 Text Font Color

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

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


#bba374 Background Color

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

This div background color is #bba374


#bba374 Border Color

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

This div border color is #bba374


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba374


Comments

No comments written yet.

Please login to write comment.