#BA8A36

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

Shades of Hokey Pokey #BA8A36

Tints of Hokey Pokey #BA8A36

Color information

#BA8A36 (or 0xBA8A36) is unknown color: approx Hokey Pokey. HEX triplet: BA, 8A and 36. RGB value is (186,138,54). Sum of RGB (Red+Green+Blue) = 186+138+54=378 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.21% from 378); Green value is 138 (54.30% from 255 or 36.51% from 378); Blue value is 54 (21.48% from 255 or 14.29% from 378); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8A36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8A36 is #4575C9. Grayscale: #8F8F8F. Windows color (decimal): -4552138 or 3574458. OLE color: 3574458.

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

Color convert

RGB18613854-
CMYK00.260.710.27
HSL38.18º55%47.06%-
HSV(B)38.18º70.97%72.94%-
XYZ3028.887.48-
YUV142.7877.9158.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.21%
GREEN value IS 138 (54.30% from 255) = 36.51%
BLUE value IS 54 (21.48% from 255) = 14.29%
R=49.21%
G=36.51%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861385400.260.710.2738.185547.06
HexBA8A3601A471B26372f
Octal2722126603210733466757
Binary1011101010001010110110011010100011111011100110110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8A36; }

 p { color: rgb(186,138,54); }

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

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

 a { background-color: rgb(186,138,54); }

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

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

 span { border-color: rgb(186,138,54); }

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