#BA9033

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

Shades of Hokey Pokey #BA9033

Tints of Hokey Pokey #BA9033

Color information

#BA9033 (or 0xBA9033) is unknown color: approx Hokey Pokey. HEX triplet: BA, 90 and 33. RGB value is (186,144,51). Sum of RGB (Red+Green+Blue) = 186+144+51=381 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.82% from 381); Green value is 144 (56.64% from 255 or 37.80% from 381); Blue value is 51 (20.31% from 255 or 13.39% from 381); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9033 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9033 is #456FCC. Grayscale: #929292. Windows color (decimal): -4550605 or 3379386. OLE color: 3379386.

HSL color Cylindrical-coordinate representation of color #BA9033: hue angle of 41.33º degrees, saturation: 0.57, 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 #BA9033 is Cyan = 0, Magento = 0.23, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB18614451-
CMYK00.230.730.27
HSL41.33º56.96%46.47%-
HSV(B)41.33º72.58%72.94%-
XYZ30.8230.627.42-
YUV145.9674.41156.56-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.82%
GREEN value IS 144 (56.64% from 255) = 37.80%
BLUE value IS 51 (20.31% from 255) = 13.39%
R=48.82%
G=37.80%
B=13.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861445100.230.730.2741.3356.9646.47
HexBA9033017491B29392e
Octal2722206302711133517156
Binary1011101010010000110011010111100100111011101001111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9033; }

 p { color: rgb(186,144,51); }

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

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

 a { background-color: rgb(186,144,51); }

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

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

 span { border-color: rgb(186,144,51); }

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