#BA852E

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

Shades of Hokey Pokey #BA852E

Tints of Hokey Pokey #BA852E

Color information

#BA852E (or 0xBA852E) is unknown color: approx Hokey Pokey. HEX triplet: BA, 85 and 2E. RGB value is (186,133,46). Sum of RGB (Red+Green+Blue) = 186+133+46=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 133 (52.34% from 255 or 36.44% from 365); Blue value is 46 (18.36% from 255 or 12.60% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BA852E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA852E is #457AD1. Grayscale: #8B8B8B. Windows color (decimal): -4553426 or 3048890. OLE color: 3048890.

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

Color convert

RGB18613346-
CMYK00.280.750.27
HSL37.29º60.34%45.49%-
HSV(B)37.29º75.27%72.94%-
XYZ29.1327.416.34-
YUV138.9375.56161.57-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.96%
GREEN value IS 133 (52.34% from 255) = 36.44%
BLUE value IS 46 (18.36% from 255) = 12.60%
R=50.96%
G=36.44%
B=12.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861334600.280.750.2737.2960.3445.49
HexBA852E01C4B1B253c2d
Octal2722055603411333457455
Binary1011101010000101101110011100100101111011100101111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA852E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA852E; }

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

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

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

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

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

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

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

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