#B79132

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

Shades of Hokey Pokey #B79132

Tints of Hokey Pokey #B79132

Color information

#B79132 (or 0xB79132) is unknown color: approx Hokey Pokey. HEX triplet: B7, 91 and 32. RGB value is (183,145,50). Sum of RGB (Red+Green+Blue) = 183+145+50=378 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.41% from 378); Green value is 145 (57.03% from 255 or 38.36% from 378); Blue value is 50 (19.92% from 255 or 13.23% from 378); Max value from RGB is 183 - color contains mainly: red. Hex color #B79132 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79132 is #486ECD. Grayscale: #919191. Windows color (decimal): -4746958 or 3314103. OLE color: 3314103.

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

Color convert

RGB18314550-
CMYK00.210.730.28
HSL42.86º57.08%45.69%-
HSV(B)42.86º72.68%71.76%-
XYZ30.2330.557.32-
YUV145.5374.09154.72-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.41%
GREEN value IS 145 (57.03% from 255) = 38.36%
BLUE value IS 50 (19.92% from 255) = 13.23%
R=48.41%
G=38.36%
B=13.23%

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
Decimal1831455000.210.730.2842.8657.0845.69
HexB79132015491C2b392e
Octal2672216202511134537156
Binary1011011110010001110010010101100100111100101011111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79132; }

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

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

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

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

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

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

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

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