Color Hex Logo

#bba72f Color Hex

#BBA72F
(187,167,47)
0 Favorites   0 Comments

Color spaces of #bba72f

RGB 18716747
HSL0.140.600.46
HSV51°75°73°
CMYK 0.000.110.75   0.27
XYZ34.825338.40758.2672
Yxy38.40750.42730.4713
Hunter Lab61.9738-8.148535.4725
CIE-Lab68.3199-5.662860.6896

#bba72f color RGB value is (187,167,47).

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

The process color (four color CMYK) of #bba72f color hex is 0.00, 0.11, 0.75, 0.27. Web safe color of #bba72f is #cc9933. Color #bba72f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100111 00101111
Octal 273 247 57
Decimal 187 167 47
Hex BB A7 2F

RGB Percentages of Color #bba72f

%46.63
%41.65
%11.72

CMYK Percentages of Color #bba72f

%0
%11
%75
%27

Triadic Colors of #bba72f

#bba72f #2fbba7 #a72fbb

Analogous Colors of #bba72f

#bba72f #89bb2f #bb612f

Monochromatic Colors of #bba72f

#bba72f

Complementary Color

#bba72f #2f43bb

#bba72f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba72f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba72f Color CSS Codes

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

#bba72f Text Font Color

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

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


#bba72f Background Color

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

This div background color is #bba72f


#bba72f Border Color

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

This div border color is #bba72f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba72f


Comments

No comments written yet.

Please login to write comment.