#BA9635

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

Shades of Hokey Pokey #BA9635

Tints of Hokey Pokey #BA9635

Color information

#BA9635 (or 0xBA9635) is unknown color: approx Hokey Pokey. HEX triplet: BA, 96 and 35. RGB value is (186,150,53). Sum of RGB (Red+Green+Blue) = 186+150+53=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 150 (58.98% from 255 or 38.56% from 389); Blue value is 53 (21.09% from 255 or 13.62% from 389); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9635 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9635 is #4569CA. Grayscale: #969696. Windows color (decimal): -4549067 or 3511994. OLE color: 3511994.

HSL color Cylindrical-coordinate representation of color #BA9635: hue angle of 43.76º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA9635 is Cyan = 0, Magento = 0.19, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB18615053-
CMYK00.190.720.27
HSL43.76º55.65%46.86%-
HSV(B)43.76º71.51%72.94%-
XYZ31.832.517.97-
YUV149.7173.43153.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.81%
GREEN value IS 150 (58.98% from 255) = 38.56%
BLUE value IS 53 (21.09% from 255) = 13.62%
R=47.81%
G=38.56%
B=13.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861505300.190.720.2743.7655.6546.86
HexBA9635013481B2c382f
Octal2722266502311033547057
Binary1011101010010110110101010011100100011011101100111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9635; }

 p { color: rgb(186,150,53); }

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

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

 a { background-color: rgb(186,150,53); }

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

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

 span { border-color: rgb(186,150,53); }

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