#B79135

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

Shades of Hokey Pokey #B79135

Tints of Hokey Pokey #B79135

Color information

#B79135 (or 0xB79135) is unknown color: approx Hokey Pokey. HEX triplet: B7, 91 and 35. RGB value is (183,145,53). Sum of RGB (Red+Green+Blue) = 183+145+53=381 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.03% from 381); Green value is 145 (57.03% from 255 or 38.06% from 381); Blue value is 53 (21.09% from 255 or 13.91% from 381); Max value from RGB is 183 - color contains mainly: red. Hex color #B79135 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79135 is #486ECA. Grayscale: #929292. Windows color (decimal): -4746955 or 3510711. OLE color: 3510711.

HSL color Cylindrical-coordinate representation of color #B79135: hue angle of 42.46º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B79135 is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.28.

Color convert

RGB18314553-
CMYK00.210.710.28
HSL42.46º55.08%46.27%-
HSV(B)42.46º71.04%71.76%-
XYZ30.330.587.67-
YUV145.8775.59154.48-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.03%
GREEN value IS 145 (57.03% from 255) = 38.06%
BLUE value IS 53 (21.09% from 255) = 13.91%
R=48.03%
G=38.06%
B=13.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.71
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831455300.210.710.2842.4655.0846.27
HexB79135015471C2a372e
Octal2672216502510734526756
Binary1011011110010001110101010101100011111100101010110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79135; }

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

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

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

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

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

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

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

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