#B89635

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

Shades of Hokey Pokey #B89635

Tints of Hokey Pokey #B89635

Color information

#B89635 (or 0xB89635) is unknown color: approx Hokey Pokey. HEX triplet: B8, 96 and 35. RGB value is (184,150,53). Sum of RGB (Red+Green+Blue) = 184+150+53=387 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.55% from 387); Green value is 150 (58.98% from 255 or 38.76% from 387); Blue value is 53 (21.09% from 255 or 13.70% from 387); Max value from RGB is 184 - color contains mainly: red. Hex color #B89635 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89635 is #4769CA. Grayscale: #959595. Windows color (decimal): -4680139 or 3511992. OLE color: 3511992.

HSL color Cylindrical-coordinate representation of color #B89635: hue angle of 44.43º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B89635 is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.28.

Color convert

RGB18415053-
CMYK00.180.710.28
HSL44.43º55.27%46.47%-
HSV(B)44.43º71.2%72.16%-
XYZ31.3232.267.94-
YUV149.1173.76152.89-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.55%
GREEN value IS 150 (58.98% from 255) = 38.76%
BLUE value IS 53 (21.09% from 255) = 13.70%
R=47.55%
G=38.76%
B=13.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.71
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841505300.180.710.2844.4355.2746.47
HexB89635012471C2c372e
Octal2702266502210734546756
Binary1011100010010110110101010010100011111100101100110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89635; }

 p { color: rgb(184,150,53); }

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

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

 a { background-color: rgb(184,150,53); }

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

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

 span { border-color: rgb(184,150,53); }

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