#BA9030

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

Shades of Hokey Pokey #BA9030

Tints of Hokey Pokey #BA9030

Color information

#BA9030 (or 0xBA9030) is unknown color: approx Hokey Pokey. HEX triplet: BA, 90 and 30. RGB value is (186,144,48). Sum of RGB (Red+Green+Blue) = 186+144+48=378 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.21% from 378); Green value is 144 (56.64% from 255 or 38.10% from 378); Blue value is 48 (19.14% from 255 or 12.70% from 378); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9030 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9030 is #456FCF. Grayscale: #929292. Windows color (decimal): -4550608 or 3182778. OLE color: 3182778.

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

Color convert

RGB18614448-
CMYK00.230.740.27
HSL41.74º58.97%45.88%-
HSV(B)41.74º74.19%72.94%-
XYZ30.7630.67.08-
YUV145.6172.91156.81-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.21%
GREEN value IS 144 (56.64% from 255) = 38.10%
BLUE value IS 48 (19.14% from 255) = 12.70%
R=49.21%
G=38.10%
B=12.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861444800.230.740.2741.7458.9745.88
HexBA90300174A1B2a3b2e
Octal2722206002711233527356
Binary1011101010010000110000010111100101011011101010111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9030; }

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

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

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

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

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

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

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

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