#B79032

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

Shades of Hokey Pokey #B79032

Tints of Hokey Pokey #B79032

Color information

#B79032 (or 0xB79032) is unknown color: approx Hokey Pokey. HEX triplet: B7, 90 and 32. RGB value is (183,144,50). Sum of RGB (Red+Green+Blue) = 183+144+50=377 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.54% from 377); Green value is 144 (56.64% from 255 or 38.20% from 377); Blue value is 50 (19.92% from 255 or 13.26% from 377); Max value from RGB is 183 - color contains mainly: red. Hex color #B79032 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79032 is #486FCD. Grayscale: #919191. Windows color (decimal): -4747214 or 3313847. OLE color: 3313847.

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

Color convert

RGB18314450-
CMYK00.210.730.28
HSL42.41º57.08%45.69%-
HSV(B)42.41º72.68%71.76%-
XYZ30.0830.247.27-
YUV144.9474.42155.14-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.54%
GREEN value IS 144 (56.64% from 255) = 38.20%
BLUE value IS 50 (19.92% from 255) = 13.26%
R=48.54%
G=38.20%
B=13.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.73
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831445000.210.730.2842.4157.0845.69
HexB79032015491C2a392e
Octal2672206202511134527156
Binary1011011110010000110010010101100100111100101010111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79032; }

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

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

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

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

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

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

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

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