#ba8b31

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

Shades of Hokey Pokey #BA8B31

Tints of Hokey Pokey #BA8B31

Color information

#BA8B31 (or 0xBA8B31) is unknown color: approx Hokey Pokey. HEX triplet: BA, 8B and 31. RGB value is (186,139,49). Sum of RGB (Red+Green+Blue) = 186+139+49=374 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.73% from 374); Green value is 139 (54.69% from 255 or 37.17% from 374); Blue value is 49 (19.53% from 255 or 13.10% from 374); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8B31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8B31 is #4574CE. Grayscale: #8F8F8F. Windows color (decimal): -4551887 or 3247034. OLE color: 3247034.

HSL color Cylindrical-coordinate representation of color #BA8B31: hue angle of 39.42º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA8B31 is Cyan = 0, Magento = 0.25, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB18613949-
CMYK00.250.740.27
HSL39.42º58.3%46.08%-
HSV(B)39.42º73.66%72.94%-
XYZ30.0429.136.94-
YUV142.7975.07158.82-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.73%
GREEN value IS 139 (54.69% from 255) = 37.17%
BLUE value IS 49 (19.53% from 255) = 13.10%
R=49.73%
G=37.17%
B=13.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861394900.250.740.2739.4258.346.08
HexBA8B310194A1B273a2e
Octal2722136103111233477256
Binary1011101010001011110001011001100101011011100111111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba8b31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba8b31; }

 p { color: rgb(186,139,49); }

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

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

 a { background-color: rgb(186,139,49); }

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

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

 span { border-color: rgb(186,139,49); }

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