#BA8E32

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

Shades of Hokey Pokey #BA8E32

Tints of Hokey Pokey #BA8E32

Color information

#BA8E32 (or 0xBA8E32) is unknown color: approx Hokey Pokey. HEX triplet: BA, 8E and 32. RGB value is (186,142,50). Sum of RGB (Red+Green+Blue) = 186+142+50=378 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.21% from 378); Green value is 142 (55.86% from 255 or 37.57% from 378); Blue value is 50 (19.92% from 255 or 13.23% from 378); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8E32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8E32 is #4571CD. Grayscale: #919191. Windows color (decimal): -4551118 or 3313338. OLE color: 3313338.

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

Color convert

RGB18614250-
CMYK00.240.730.27
HSL40.59º57.63%46.27%-
HSV(B)40.59º73.12%72.94%-
XYZ30.530.027.2-
YUV144.6774.58157.48-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.21%
GREEN value IS 142 (55.86% from 255) = 37.57%
BLUE value IS 50 (19.92% from 255) = 13.23%
R=49.21%
G=37.57%
B=13.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861425000.240.730.2740.5957.6346.27
HexBA8E32018491B293a2e
Octal2722166203011133517256
Binary1011101010001110110010011000100100111011101001111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8E32; }

 p { color: rgb(186,142,50); }

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

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

 a { background-color: rgb(186,142,50); }

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

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

 span { border-color: rgb(186,142,50); }

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