#BA9233

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

Shades of Hokey Pokey #BA9233

Tints of Hokey Pokey #BA9233

Color information

#BA9233 (or 0xBA9233) is unknown color: approx Hokey Pokey. HEX triplet: BA, 92 and 33. RGB value is (186,146,51). Sum of RGB (Red+Green+Blue) = 186+146+51=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 146 (57.42% from 255 or 38.12% from 383); Blue value is 51 (20.31% from 255 or 13.32% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9233 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9233 is #456DCC. Grayscale: #939393. Windows color (decimal): -4550093 or 3379898. OLE color: 3379898.

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

Color convert

RGB18614651-
CMYK00.220.730.27
HSL42.22º56.96%46.47%-
HSV(B)42.22º72.58%72.94%-
XYZ31.1331.247.52-
YUV147.1373.75155.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.56%
GREEN value IS 146 (57.42% from 255) = 38.12%
BLUE value IS 51 (20.31% from 255) = 13.32%
R=48.56%
G=38.12%
B=13.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861465100.220.730.2742.2256.9646.47
HexBA9233016491B2a392e
Octal2722226302611133527156
Binary1011101010010010110011010110100100111011101010111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9233; }

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

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

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

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

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

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

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

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