Color Hex Logo

#bba34b Color Hex

#BBA34B
(187,163,75)
0 Favorites   0 Comments

Color spaces of #bba34b

RGB 18716375
HSL0.130.450.51
HSV47°60°73°
CMYK 0.000.130.60   0.27
XYZ34.860737.267212.0125
Yxy37.26720.41430.4429
Hunter Lab61.0469-4.899931.0660
CIE-Lab67.4770-1.908548.0033

#bba34b color RGB value is (187,163,75).

#bba34b hex color red value is 187, green value is 163 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #bba34b hue: 0.13 , saturation: 0.45 and the lightness value of bba34b is 0.51.

The process color (four color CMYK) of #bba34b color hex is 0.00, 0.13, 0.60, 0.27. Web safe color of #bba34b is #cc9933. Color #bba34b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100011 01001011
Octal 273 243 113
Decimal 187 163 75
Hex BB A3 4B

RGB Percentages of Color #bba34b

%44.00
%38.35
%17.65

CMYK Percentages of Color #bba34b

%0
%13
%60
%27

Triadic Colors of #bba34b

#bba34b #4bbba3 #a34bbb

Analogous Colors of #bba34b

#bba34b #9bbb4b #bb6b4b

Monochromatic Colors of #bba34b

#bba34b

Complementary Color

#bba34b #4b63bb

#bba34b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba34b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba34b Color CSS Codes

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

#bba34b Text Font Color

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

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


#bba34b Background Color

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

This div background color is #bba34b


#bba34b Border Color

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

This div border color is #bba34b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba34b


Comments

No comments written yet.

Please login to write comment.