#B99935

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

Shades of Hokey Pokey #B99935

Tints of Hokey Pokey #B99935

Color information

#B99935 (or 0xB99935) is unknown color: approx Hokey Pokey. HEX triplet: B9, 99 and 35. RGB value is (185,153,53). Sum of RGB (Red+Green+Blue) = 185+153+53=391 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.31% from 391); Green value is 153 (60.16% from 255 or 39.13% from 391); Blue value is 53 (21.09% from 255 or 13.55% from 391); Max value from RGB is 185 - color contains mainly: red. Hex color #B99935 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99935 is #4666CA. Grayscale: #979797. Windows color (decimal): -4613835 or 3512761. OLE color: 3512761.

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

Color convert

RGB18515353-
CMYK00.170.710.27
HSL45.45º55.46%46.67%-
HSV(B)45.45º71.35%72.55%-
XYZ32.0433.358.12-
YUV151.1772.6152.13-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.31%
GREEN value IS 153 (60.16% from 255) = 39.13%
BLUE value IS 53 (21.09% from 255) = 13.55%
R=47.31%
G=39.13%
B=13.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851535300.170.710.2745.4555.4646.67
HexB99935011471B2d372f
Octal2712316502110733556757
Binary1011100110011001110101010001100011111011101101110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99935; }

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

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

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

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

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

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

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

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