#B89331

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

Shades of Hokey Pokey #B89331

Tints of Hokey Pokey #B89331

Color information

#B89331 (or 0xB89331) is unknown color: approx Hokey Pokey. HEX triplet: B8, 93 and 31. RGB value is (184,147,49). Sum of RGB (Red+Green+Blue) = 184+147+49=380 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.42% from 380); Green value is 147 (57.81% from 255 or 38.68% from 380); Blue value is 49 (19.53% from 255 or 12.89% from 380); Max value from RGB is 184 - color contains mainly: red. Hex color #B89331 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89331 is #476CCE. Grayscale: #939393. Windows color (decimal): -4680911 or 3249080. OLE color: 3249080.

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

Color convert

RGB18414749-
CMYK00.200.730.28
HSL43.56º57.94%45.69%-
HSV(B)43.56º73.37%72.16%-
XYZ30.7631.287.32-
YUV146.8972.76154.47-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.42%
GREEN value IS 147 (57.81% from 255) = 38.68%
BLUE value IS 49 (19.53% from 255) = 12.89%
R=48.42%
G=38.68%
B=12.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.73
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841474900.200.730.2843.5657.9445.69
HexB89331014491C2c3a2e
Octal2702236102411134547256
Binary1011100010010011110001010100100100111100101100111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89331; }

 p { color: rgb(184,147,49); }

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

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

 a { background-color: rgb(184,147,49); }

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

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

 span { border-color: rgb(184,147,49); }

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