Color Hex Logo

#bba450 Color Hex

#BBA450
(187,164,80)
0 Favorites   0 Comments

Color spaces of #bba450

RGB 18716480
HSL0.130.440.52
HSV47°57°73°
CMYK 0.000.120.57   0.27
XYZ35.216937.694913.0091
Yxy37.69490.40990.4387
Hunter Lab61.3962-5.055530.4145
CIE-Lab67.7951-2.064945.9692

#bba450 color RGB value is (187,164,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100100 01010000
Octal 273 244 120
Decimal 187 164 80
Hex BB A4 50

RGB Percentages of Color #bba450

%43.39
%38.05
%18.56

CMYK Percentages of Color #bba450

%0
%12
%57
%27

Triadic Colors of #bba450

#bba450 #50bba4 #a450bb

Analogous Colors of #bba450

#bba450 #9dbb50 #bb6f50

Monochromatic Colors of #bba450

#bba450

Complementary Color

#bba450 #5067bb

#bba450 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba450 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba450 Color CSS Codes

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

#bba450 Text Font Color

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

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


#bba450 Background Color

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

This div background color is #bba450


#bba450 Border Color

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

This div border color is #bba450


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba450


Comments

No comments written yet.

Please login to write comment.