#B99235

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

Shades of Hokey Pokey #B99235

Tints of Hokey Pokey #B99235

Color information

#B99235 (or 0xB99235) is unknown color: approx Hokey Pokey. HEX triplet: B9, 92 and 35. RGB value is (185,146,53). Sum of RGB (Red+Green+Blue) = 185+146+53=384 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.18% from 384); Green value is 146 (57.42% from 255 or 38.02% from 384); Blue value is 53 (21.09% from 255 or 13.80% from 384); Max value from RGB is 185 - color contains mainly: red. Hex color #B99235 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99235 is #466DCA. Grayscale: #939393. Windows color (decimal): -4615627 or 3510969. OLE color: 3510969.

HSL color Cylindrical-coordinate representation of color #B99235: hue angle of 42.27º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B99235 is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.27.

Color convert

RGB18514653-
CMYK00.210.710.27
HSL42.27º55.46%46.67%-
HSV(B)42.27º71.35%72.55%-
XYZ30.9331.137.75-
YUV147.0674.92155.06-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.18%
GREEN value IS 146 (57.42% from 255) = 38.02%
BLUE value IS 53 (21.09% from 255) = 13.80%
R=48.18%
G=38.02%
B=13.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851465300.210.710.2742.2755.4646.67
HexB99235015471B2a372f
Octal2712226502510733526757
Binary1011100110010010110101010101100011111011101010110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99235; }

 p { color: rgb(185,146,53); }

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

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

 a { background-color: rgb(185,146,53); }

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

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

 span { border-color: rgb(185,146,53); }

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