#BA913B

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

Shades of Hokey Pokey #BA913B

Tints of Hokey Pokey #BA913B

Color information

#BA913B (or 0xBA913B) is unknown color: approx Hokey Pokey. HEX triplet: BA, 91 and 3B. RGB value is (186,145,59). Sum of RGB (Red+Green+Blue) = 186+145+59=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 145 (57.03% from 255 or 37.18% from 390); Blue value is 59 (23.44% from 255 or 15.13% from 390); Max value from RGB is 186 - color contains mainly: red. Hex color #BA913B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA913B is #456EC4. Grayscale: #939393. Windows color (decimal): -4550341 or 3903930. OLE color: 3903930.

HSL color Cylindrical-coordinate representation of color #BA913B: hue angle of 40.63º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA913B is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB18614559-
CMYK00.220.680.27
HSL40.63º51.84%48.04%-
HSV(B)40.63º68.28%72.94%-
XYZ31.1631.018.48-
YUV147.4578.08155.49-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.69%
GREEN value IS 145 (57.03% from 255) = 37.18%
BLUE value IS 59 (23.44% from 255) = 15.13%
R=47.69%
G=37.18%
B=15.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861455900.220.680.2740.6351.8448.04
HexBA913B016441B293430
Octal2722217302610433516460
Binary1011101010010001111011010110100010011011101001110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA913B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA913B; }

 p { color: rgb(186,145,59); }

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

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

 a { background-color: rgb(186,145,59); }

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

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

 span { border-color: rgb(186,145,59); }

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