#B99637

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

Shades of Hokey Pokey #B99637

Tints of Hokey Pokey #B99637

Color information

#B99637 (or 0xB99637) is unknown color: approx Hokey Pokey. HEX triplet: B9, 96 and 37. RGB value is (185,150,55). Sum of RGB (Red+Green+Blue) = 185+150+55=390 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.44% from 390); Green value is 150 (58.98% from 255 or 38.46% from 390); Blue value is 55 (21.88% from 255 or 14.10% from 390); Max value from RGB is 185 - color contains mainly: red. Hex color #B99637 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99637 is #4669C8. Grayscale: #969696. Windows color (decimal): -4614601 or 3643065. OLE color: 3643065.

HSL color Cylindrical-coordinate representation of color #B99637: hue angle of 43.85º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B99637 is Cyan = 0, Magento = 0.19, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB18515055-
CMYK00.190.700.27
HSL43.85º54.17%47.06%-
HSV(B)43.85º70.27%72.55%-
XYZ31.632.48.2-
YUV149.6474.6153.22-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.44%
GREEN value IS 150 (58.98% from 255) = 38.46%
BLUE value IS 55 (21.88% from 255) = 14.10%
R=47.44%
G=38.46%
B=14.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851505500.190.700.2743.8554.1747.06
HexB99637013461B2c362f
Octal2712266702310633546657
Binary1011100110010110110111010011100011011011101100110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99637; }

 p { color: rgb(185,150,55); }

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

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

 a { background-color: rgb(185,150,55); }

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

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

 span { border-color: rgb(185,150,55); }

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