Color Hex Logo

#bba150 Color Hex

#BBA150
(187,161,80)
0 Favorites   0 Comments

Color spaces of #bba150

RGB 18716180
HSL0.130.440.52
HSV45°57°73°
CMYK 0.000.140.57   0.27
XYZ34.686436.633712.8323
Yxy36.63370.41220.4353
Hunter Lab60.5258-3.624529.7977
CIE-Lab67.0013-0.455545.0488

#bba150 color RGB value is (187,161,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100001 01010000
Octal 273 241 120
Decimal 187 161 80
Hex BB A1 50

RGB Percentages of Color #bba150

%43.69
%37.62
%18.69

CMYK Percentages of Color #bba150

%0
%14
%57
%27

Triadic Colors of #bba150

#bba150 #50bba1 #a150bb

Analogous Colors of #bba150

#bba150 #a0bb50 #bb6c50

Monochromatic Colors of #bba150

#bba150

Complementary Color

#bba150 #506abb

#bba150 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba150 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba150 Color CSS Codes

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

#bba150 Text Font Color

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

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


#bba150 Background Color

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

This div background color is #bba150


#bba150 Border Color

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

This div border color is #bba150


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba150


Comments

No comments written yet.

Please login to write comment.