#B78632

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

Shades of Hokey Pokey #B78632

Tints of Hokey Pokey #B78632

Color information

#B78632 (or 0xB78632) is unknown color: approx Hokey Pokey. HEX triplet: B7, 86 and 32. RGB value is (183,134,50). Sum of RGB (Red+Green+Blue) = 183+134+50=367 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.86% from 367); Green value is 134 (52.73% from 255 or 36.51% from 367); Blue value is 50 (19.92% from 255 or 13.62% from 367); Max value from RGB is 183 - color contains mainly: red. Hex color #B78632 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78632 is #4879CD. Grayscale: #8B8B8B. Windows color (decimal): -4749774 or 3311287. OLE color: 3311287.

HSL color Cylindrical-coordinate representation of color #B78632: hue angle of 37.89º degrees, saturation: 0.57, 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 #B78632 is Cyan = 0, Magento = 0.27, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB18313450-
CMYK00.270.730.28
HSL37.89º57.08%45.69%-
HSV(B)37.89º72.68%71.76%-
XYZ28.6327.356.79-
YUV139.0777.73159.33-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.86%
GREEN value IS 134 (52.73% from 255) = 36.51%
BLUE value IS 50 (19.92% from 255) = 13.62%
R=49.86%
G=36.51%
B=13.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.73
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831345000.270.730.2837.8957.0845.69
HexB7863201B491C26392e
Octal2672066203311134467156
Binary1011011110000110110010011011100100111100100110111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78632; }

 p { color: rgb(183,134,50); }

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

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

 a { background-color: rgb(183,134,50); }

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

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

 span { border-color: rgb(183,134,50); }

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