#ba8c33

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

Shades of Hokey Pokey #BA8C33

Tints of Hokey Pokey #BA8C33

Color information

#BA8C33 (or 0xBA8C33) is unknown color: approx Hokey Pokey. HEX triplet: BA, 8C and 33. RGB value is (186,140,51). Sum of RGB (Red+Green+Blue) = 186+140+51=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 140 (55.08% from 255 or 37.14% from 377); Blue value is 51 (20.31% from 255 or 13.53% from 377); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8C33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8C33 is #4573CC. Grayscale: #909090. Windows color (decimal): -4551629 or 3378362. OLE color: 3378362.

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

Color convert

RGB18614051-
CMYK00.250.730.27
HSL39.56º56.96%46.47%-
HSV(B)39.56º72.58%72.94%-
XYZ30.2329.437.22-
YUV143.6175.74158.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.34%
GREEN value IS 140 (55.08% from 255) = 37.14%
BLUE value IS 51 (20.31% from 255) = 13.53%
R=49.34%
G=37.14%
B=13.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861405100.250.730.2739.5656.9646.47
HexBA8C33019491B28392e
Octal2722146303111133507156
Binary1011101010001100110011011001100100111011101000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba8c33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba8c33; }

 p { color: rgb(186,140,51); }

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

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

 a { background-color: rgb(186,140,51); }

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

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

 span { border-color: rgb(186,140,51); }

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