#BA9835

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

Shades of Hokey Pokey #BA9835

Tints of Hokey Pokey #BA9835

Color information

#BA9835 (or 0xBA9835) is unknown color: approx Hokey Pokey. HEX triplet: BA, 98 and 35. RGB value is (186,152,53). Sum of RGB (Red+Green+Blue) = 186+152+53=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 152 (59.77% from 255 or 38.87% from 391); Blue value is 53 (21.09% from 255 or 13.55% from 391); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9835 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9835 is #4567CA. Grayscale: #979797. Windows color (decimal): -4548555 or 3512506. OLE color: 3512506.

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

Color convert

RGB18615253-
CMYK00.180.720.27
HSL44.66º55.65%46.86%-
HSV(B)44.66º71.51%72.94%-
XYZ32.1233.158.07-
YUV150.8872.76153.05-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.57%
GREEN value IS 152 (59.77% from 255) = 38.87%
BLUE value IS 53 (21.09% from 255) = 13.55%
R=47.57%
G=38.87%
B=13.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861525300.180.720.2744.6655.6546.86
HexBA9835012481B2d382f
Octal2722306502211033557057
Binary1011101010011000110101010010100100011011101101111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9835; }

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

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

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

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

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

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

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

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