#BA8F36

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

Shades of Hokey Pokey #BA8F36

Tints of Hokey Pokey #BA8F36

Color information

#BA8F36 (or 0xBA8F36) is unknown color: approx Hokey Pokey. HEX triplet: BA, 8F and 36. RGB value is (186,143,54). Sum of RGB (Red+Green+Blue) = 186+143+54=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 143 (56.25% from 255 or 37.34% from 383); Blue value is 54 (21.48% from 255 or 14.10% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8F36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8F36 is #4570C9. Grayscale: #929292. Windows color (decimal): -4550858 or 3575738. OLE color: 3575738.

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

Color convert

RGB18614354-
CMYK00.230.710.27
HSL40.45º55%47.06%-
HSV(B)40.45º70.97%72.94%-
XYZ30.7430.357.73-
YUV145.7176.25156.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.56%
GREEN value IS 143 (56.25% from 255) = 37.34%
BLUE value IS 54 (21.48% from 255) = 14.10%
R=48.56%
G=37.34%
B=14.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861435400.230.710.2740.455547.06
HexBA8F36017471B28372f
Octal2722176602710733506757
Binary1011101010001111110110010111100011111011101000110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8F36; }

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

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

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

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

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

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

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

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