#B78A32

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

Shades of Hokey Pokey #B78A32

Tints of Hokey Pokey #B78A32

Color information

#B78A32 (or 0xB78A32) is unknown color: approx Hokey Pokey. HEX triplet: B7, 8A and 32. RGB value is (183,138,50). Sum of RGB (Red+Green+Blue) = 183+138+50=371 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.33% from 371); Green value is 138 (54.30% from 255 or 37.20% from 371); Blue value is 50 (19.92% from 255 or 13.48% from 371); Max value from RGB is 183 - color contains mainly: red. Hex color #B78A32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78A32 is #4875CD. Grayscale: #8D8D8D. Windows color (decimal): -4748750 or 3312311. OLE color: 3312311.

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

Color convert

RGB18313850-
CMYK00.250.730.28
HSL39.7º57.08%45.69%-
HSV(B)39.7º72.68%71.76%-
XYZ29.1928.476.98-
YUV141.4276.41157.66-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.33%
GREEN value IS 138 (54.30% from 255) = 37.20%
BLUE value IS 50 (19.92% from 255) = 13.48%
R=49.33%
G=37.20%
B=13.48%

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
Decimal1831385000.250.730.2839.757.0845.69
HexB78A32019491C28392e
Octal2672126203111134507156
Binary1011011110001010110010011001100100111100101000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78A32; }

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

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

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

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

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

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

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

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