Color Hex Logo

#bba050 Color Hex

#BBA050
(187,160,80)
0 Favorites   0 Comments

Color spaces of #bba050

RGB 18716080
HSL0.120.440.52
HSV45°57°73°
CMYK 0.000.140.57   0.27
XYZ34.512336.285612.7742
Yxy36.28560.41300.4342
Hunter Lab60.2375-3.146529.5930
CIE-Lab66.73760.082444.7423

#bba050 color RGB value is (187,160,80).

#bba050 hex color red value is 187, green value is 160 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #bba050 hue: 0.12 , saturation: 0.44 and the lightness value of bba050 is 0.52.

The process color (four color CMYK) of #bba050 color hex is 0.00, 0.14, 0.57, 0.27. Web safe color of #bba050 is #cc9966. Color #bba050 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100000 01010000
Octal 273 240 120
Decimal 187 160 80
Hex BB A0 50

RGB Percentages of Color #bba050

%43.79
%37.47
%18.74

CMYK Percentages of Color #bba050

%0
%14
%57
%27

Triadic Colors of #bba050

#bba050 #50bba0 #a050bb

Analogous Colors of #bba050

#bba050 #a1bb50 #bb6b50

Monochromatic Colors of #bba050

#bba050

Complementary Color

#bba050 #506bbb

#bba050 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba050 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba050 Color CSS Codes

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

#bba050 Text Font Color

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

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


#bba050 Background Color

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

This div background color is #bba050


#bba050 Border Color

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

This div border color is #bba050


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba050


Comments

No comments written yet.

Please login to write comment.