Color Hex Logo

#bba946 Color Hex

#BBA946
(187,169,70)
0 Favorites   0 Comments

Color spaces of #bba946

RGB 18716970
HSL0.140.460.50
HSV51°63°73°
CMYK 0.000.100.63   0.27
XYZ35.787039.382911.5098
Yxy39.38290.41290.4543
Hunter Lab62.7558-8.031633.0549
CIE-Lab69.0277-5.450252.0341

#bba946 color RGB value is (187,169,70).

#bba946 hex color red value is 187, green value is 169 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #bba946 hue: 0.14 , saturation: 0.46 and the lightness value of bba946 is 0.50.

The process color (four color CMYK) of #bba946 color hex is 0.00, 0.10, 0.63, 0.27. Web safe color of #bba946 is #cc9933. Color #bba946 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101001 01000110
Octal 273 251 106
Decimal 187 169 70
Hex BB A9 46

RGB Percentages of Color #bba946

%43.90
%39.67
%16.43

CMYK Percentages of Color #bba946

%0
%10
%63
%27

Triadic Colors of #bba946

#bba946 #46bba9 #a946bb

Analogous Colors of #bba946

#bba946 #93bb46 #bb6f46

Monochromatic Colors of #bba946

#bba946

Complementary Color

#bba946 #4658bb

#bba946 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba946 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba946 Color CSS Codes

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

#bba946 Text Font Color

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

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


#bba946 Background Color

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

This div background color is #bba946


#bba946 Border Color

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

This div border color is #bba946


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba946


Comments

No comments written yet.

Please login to write comment.