#BA8530

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

Shades of Hokey Pokey #BA8530

Tints of Hokey Pokey #BA8530

Color information

#BA8530 (or 0xBA8530) is unknown color: approx Hokey Pokey. HEX triplet: BA, 85 and 30. RGB value is (186,133,48). Sum of RGB (Red+Green+Blue) = 186+133+48=367 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.68% from 367); Green value is 133 (52.34% from 255 or 36.24% from 367); Blue value is 48 (19.14% from 255 or 13.08% from 367); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8530 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8530 is #457ACF. Grayscale: #8B8B8B. Windows color (decimal): -4553424 or 3179962. OLE color: 3179962.

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

Color convert

RGB18613348-
CMYK00.280.740.27
HSL36.96º58.97%45.88%-
HSV(B)36.96º74.19%72.94%-
XYZ29.1727.436.55-
YUV139.1676.56161.41-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.68%
GREEN value IS 133 (52.34% from 255) = 36.24%
BLUE value IS 48 (19.14% from 255) = 13.08%
R=50.68%
G=36.24%
B=13.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861334800.280.740.2736.9658.9745.88
HexBA853001C4A1B253b2e
Octal2722056003411233457356
Binary1011101010000101110000011100100101011011100101111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8530; }

 p { color: rgb(186,133,48); }

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

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

 a { background-color: rgb(186,133,48); }

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

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

 span { border-color: rgb(186,133,48); }

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