#B78932

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

Shades of Hokey Pokey #B78932

Tints of Hokey Pokey #B78932

Color information

#B78932 (or 0xB78932) is unknown color: approx Hokey Pokey. HEX triplet: B7, 89 and 32. RGB value is (183,137,50). Sum of RGB (Red+Green+Blue) = 183+137+50=370 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.46% from 370); Green value is 137 (53.91% from 255 or 37.03% from 370); Blue value is 50 (19.92% from 255 or 13.51% from 370); Max value from RGB is 183 - color contains mainly: red. Hex color #B78932 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78932 is #4876CD. Grayscale: #8D8D8D. Windows color (decimal): -4749006 or 3312055. OLE color: 3312055.

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

Color convert

RGB18313750-
CMYK00.250.730.28
HSL39.25º57.08%45.69%-
HSV(B)39.25º72.68%71.76%-
XYZ29.0528.196.93-
YUV140.8476.74158.07-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.46%
GREEN value IS 137 (53.91% from 255) = 37.03%
BLUE value IS 50 (19.92% from 255) = 13.51%
R=49.46%
G=37.03%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.73
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831375000.250.730.2839.2557.0845.69
HexB78932019491C27392e
Octal2672116203111134477156
Binary1011011110001001110010011001100100111100100111111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78932; }

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

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

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

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

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

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

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

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