#BA9431

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

Shades of Hokey Pokey #BA9431

Tints of Hokey Pokey #BA9431

Color information

#BA9431 (or 0xBA9431) is unknown color: approx Hokey Pokey. HEX triplet: BA, 94 and 31. RGB value is (186,148,49). Sum of RGB (Red+Green+Blue) = 186+148+49=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 148 (58.20% from 255 or 38.64% from 383); Blue value is 49 (19.53% from 255 or 12.79% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9431 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9431 is #456BCE. Grayscale: #949494. Windows color (decimal): -4549583 or 3249338. OLE color: 3249338.

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

Color convert

RGB18614849-
CMYK00.200.740.27
HSL43.36º58.3%46.08%-
HSV(B)43.36º73.66%72.94%-
XYZ31.3931.847.4-
YUV148.0872.09155.05-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.56%
GREEN value IS 148 (58.20% from 255) = 38.64%
BLUE value IS 49 (19.53% from 255) = 12.79%
R=48.56%
G=38.64%
B=12.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861484900.200.740.2743.3658.346.08
HexBA94310144A1B2b3a2e
Octal2722246102411233537256
Binary1011101010010100110001010100100101011011101011111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9431; }

 p { color: rgb(186,148,49); }

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

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

 a { background-color: rgb(186,148,49); }

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

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

 span { border-color: rgb(186,148,49); }

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