#BA8A2F

Color #BA8A2F Hokey Pokey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hokey Pokey #BA8A2F

Tints of Hokey Pokey #BA8A2F

Color information

#BA8A2F (or 0xBA8A2F) is unknown color: approx Hokey Pokey. HEX triplet: BA, 8A and 2F. RGB value is (186,138,47). Sum of RGB (Red+Green+Blue) = 186+138+47=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 138 (54.30% from 255 or 37.20% from 371); Blue value is 47 (18.75% from 255 or 12.67% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8A2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8A2F is #4575D0. Grayscale: #8E8E8E. Windows color (decimal): -4552145 or 3115706. OLE color: 3115706.

HSL color Cylindrical-coordinate representation of color #BA8A2F: hue angle of 39.28º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA8A2F is Cyan = 0, Magento = 0.26, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB18613847-
CMYK00.260.750.27
HSL39.28º59.66%45.69%-
HSV(B)39.28º74.73%72.94%-
XYZ29.8528.826.68-
YUV141.9874.4159.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 186 (73.05% from 255) = 50.13%
GREEN value IS 138 (54.30% from 255) = 37.20%
BLUE value IS 47 (18.75% from 255) = 12.67%
R=50.13%
G=37.20%
B=12.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861384700.260.750.2739.2859.6645.69
HexBA8A2F01A4B1B273c2e
Octal2722125703211333477456
Binary1011101010001010101111011010100101111011100111111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8A2F; }

 p { color: rgb(186,138,47); }

 H1.HeaderClassName
 {
   color: #BA8A2F;
 }
 .AnyTagClassName
 {
   color: #BA8A2F;
 }
</style>
background-color css

<style>
 a { background-color: #BA8A2F; }

 a { background-color: rgb(186,138,47); }

 div.DivClassName
 {
   background-color: #BA8A2F;
 }
 .BgClassName
 {
   background-color: #BA8A2F;
 }
</style>
border-color css

<style>
 span { border-color: #BA8A2F; }

 span { border-color: rgb(186,138,47); }

 td.TdClassName
 {
   border-color: #BA8A2F;
 }
 .TagClassName
 {
   border-color: #BA8A2F;
 }
</style>