#BA902F

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

Shades of Hokey Pokey #BA902F

Tints of Hokey Pokey #BA902F

Color information

#BA902F (or 0xBA902F) is unknown color: approx Hokey Pokey. HEX triplet: BA, 90 and 2F. RGB value is (186,144,47). Sum of RGB (Red+Green+Blue) = 186+144+47=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 144 (56.64% from 255 or 38.20% from 377); Blue value is 47 (18.75% from 255 or 12.47% from 377); Max value from RGB is 186 - color contains mainly: red. Hex color #BA902F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA902F is #456FD0. Grayscale: #919191. Windows color (decimal): -4550609 or 3117242. OLE color: 3117242.

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

Color convert

RGB18614447-
CMYK00.230.750.27
HSL41.87º59.66%45.69%-
HSV(B)41.87º74.73%72.94%-
XYZ30.7430.596.97-
YUV145.572.41156.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.34%
GREEN value IS 144 (56.64% from 255) = 38.20%
BLUE value IS 47 (18.75% from 255) = 12.47%
R=49.34%
G=38.20%
B=12.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861444700.230.750.2741.8759.6645.69
HexBA902F0174B1B2a3c2e
Octal2722205702711333527456
Binary1011101010010000101111010111100101111011101010111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA902F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA902F; }

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

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

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

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

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

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

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

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