Color Hex Logo

#bba36d Color Hex

#BBA36D
(187,163,109)
0 Favorites   0 Comments

Color spaces of #bba36d

RGB 187163109
HSL0.120.360.58
HSV42°42°73°
CMYK 0.000.130.42   0.27
XYZ36.351037.863319.8604
Yxy37.86330.38640.4025
Hunter Lab61.5332-2.233323.9368
CIE-Lab67.91971.212431.2649

#bba36d color RGB value is (187,163,109).

#bba36d hex color red value is 187, green value is 163 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #bba36d hue: 0.12 , saturation: 0.36 and the lightness value of bba36d is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100011 01101101
Octal 273 243 155
Decimal 187 163 109
Hex BB A3 6D

RGB Percentages of Color #bba36d

%40.74
%35.51
%23.75

CMYK Percentages of Color #bba36d

%0
%13
%42
%27

Triadic Colors of #bba36d

#bba36d #6dbba3 #a36dbb

Analogous Colors of #bba36d

#bba36d #acbb6d #bb7c6d

Monochromatic Colors of #bba36d

#bba36d

Complementary Color

#bba36d #6d85bb

#bba36d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba36d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba36d Color CSS Codes

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

#bba36d Text Font Color

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

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


#bba36d Background Color

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

This div background color is #bba36d


#bba36d Border Color

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

This div border color is #bba36d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba36d


Comments

No comments written yet.

Please login to write comment.