#B78832

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

Shades of Hokey Pokey #B78832

Tints of Hokey Pokey #B78832

Color information

#B78832 (or 0xB78832) is unknown color: approx Hokey Pokey. HEX triplet: B7, 88 and 32. RGB value is (183,136,50). Sum of RGB (Red+Green+Blue) = 183+136+50=369 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.59% from 369); Green value is 136 (53.52% from 255 or 36.86% from 369); Blue value is 50 (19.92% from 255 or 13.55% from 369); Max value from RGB is 183 - color contains mainly: red. Hex color #B78832 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78832 is #4877CD. Grayscale: #8C8C8C. Windows color (decimal): -4749262 or 3311799. OLE color: 3311799.

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

Color convert

RGB18313650-
CMYK00.260.730.28
HSL38.8º57.08%45.69%-
HSV(B)38.8º72.68%71.76%-
XYZ28.9127.916.88-
YUV140.2577.07158.49-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.59%
GREEN value IS 136 (53.52% from 255) = 36.86%
BLUE value IS 50 (19.92% from 255) = 13.55%
R=49.59%
G=36.86%
B=13.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.73
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831365000.260.730.2838.857.0845.69
HexB7883201A491C27392e
Octal2672106203211134477156
Binary1011011110001000110010011010100100111100100111111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78832; }

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

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

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

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

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

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

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

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