#B99634

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

Shades of Hokey Pokey #B99634

Tints of Hokey Pokey #B99634

Color information

#B99634 (or 0xB99634) is unknown color: approx Hokey Pokey. HEX triplet: B9, 96 and 34. RGB value is (185,150,52). Sum of RGB (Red+Green+Blue) = 185+150+52=387 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.80% from 387); Green value is 150 (58.98% from 255 or 38.76% from 387); Blue value is 52 (20.70% from 255 or 13.44% from 387); Max value from RGB is 185 - color contains mainly: red. Hex color #B99634 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99634 is #4669CB. Grayscale: #959595. Windows color (decimal): -4614604 or 3446457. OLE color: 3446457.

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

Color convert

RGB18515052-
CMYK00.190.720.27
HSL44.21º56.12%46.47%-
HSV(B)44.21º71.89%72.55%-
XYZ31.5332.377.84-
YUV149.2973.1153.47-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.80%
GREEN value IS 150 (58.98% from 255) = 38.76%
BLUE value IS 52 (20.70% from 255) = 13.44%
R=47.80%
G=38.76%
B=13.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851505200.190.720.2744.2156.1246.47
HexB99634013481B2c382e
Octal2712266402311033547056
Binary1011100110010110110100010011100100011011101100111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99634; }

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

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

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

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

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

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

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

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