#BA852D

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

Shades of Hokey Pokey #BA852D

Tints of Hokey Pokey #BA852D

Color information

#BA852D (or 0xBA852D) is unknown color: approx Hokey Pokey. HEX triplet: BA, 85 and 2D. RGB value is (186,133,45). Sum of RGB (Red+Green+Blue) = 186+133+45=364 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.10% from 364); Green value is 133 (52.34% from 255 or 36.54% from 364); Blue value is 45 (17.97% from 255 or 12.36% from 364); Max value from RGB is 186 - color contains mainly: red. Hex color #BA852D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA852D is #457AD2. Grayscale: #8B8B8B. Windows color (decimal): -4553427 or 2983354. OLE color: 2983354.

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

Color convert

RGB18613345-
CMYK00.280.760.27
HSL37.45º61.04%45.29%-
HSV(B)37.45º75.81%72.94%-
XYZ29.1127.46.24-
YUV138.8275.06161.66-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.10%
GREEN value IS 133 (52.34% from 255) = 36.54%
BLUE value IS 45 (17.97% from 255) = 12.36%
R=51.10%
G=36.54%
B=12.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.76
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861334500.280.760.2737.4561.0445.29
HexBA852D01C4C1B253d2d
Octal2722055503411433457555
Binary1011101010000101101101011100100110011011100101111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA852D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA852D; }

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

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

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

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

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

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

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

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