#BA882E

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

Shades of Hokey Pokey #BA882E

Tints of Hokey Pokey #BA882E

Color information

#BA882E (or 0xBA882E) is unknown color: approx Hokey Pokey. HEX triplet: BA, 88 and 2E. RGB value is (186,136,46). Sum of RGB (Red+Green+Blue) = 186+136+46=368 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.54% from 368); Green value is 136 (53.52% from 255 or 36.96% from 368); Blue value is 46 (18.36% from 255 or 12.5% from 368); Max value from RGB is 186 - color contains mainly: red. Hex color #BA882E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA882E is #4577D1. Grayscale: #8D8D8D. Windows color (decimal): -4552658 or 3049658. OLE color: 3049658.

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

Color convert

RGB18613646-
CMYK00.270.750.27
HSL38.57º60.34%45.49%-
HSV(B)38.57º75.27%72.94%-
XYZ29.5528.246.48-
YUV140.6974.56160.32-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.54%
GREEN value IS 136 (53.52% from 255) = 36.96%
BLUE value IS 46 (18.36% from 255) = 12.5%
R=50.54%
G=36.96%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861364600.270.750.2738.5760.3445.49
HexBA882E01B4B1B273c2d
Octal2722105603311333477455
Binary1011101010001000101110011011100101111011100111111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA882E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA882E; }

 p { color: rgb(186,136,46); }

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

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

 a { background-color: rgb(186,136,46); }

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

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

 span { border-color: rgb(186,136,46); }

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