#B79138

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

Shades of Hokey Pokey #B79138

Tints of Hokey Pokey #B79138

Color information

#B79138 (or 0xB79138) is unknown color: approx Hokey Pokey. HEX triplet: B7, 91 and 38. RGB value is (183,145,56). Sum of RGB (Red+Green+Blue) = 183+145+56=384 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.66% from 384); Green value is 145 (57.03% from 255 or 37.76% from 384); Blue value is 56 (22.27% from 255 or 14.58% from 384); Max value from RGB is 183 - color contains mainly: red. Hex color #B79138 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79138 is #486EC7. Grayscale: #929292. Windows color (decimal): -4746952 or 3707319. OLE color: 3707319.

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

Color convert

RGB18314556-
CMYK00.210.690.28
HSL42.05º53.14%46.86%-
HSV(B)42.05º69.4%71.76%-
XYZ30.3730.68.05-
YUV146.2277.09154.24-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.66%
GREEN value IS 145 (57.03% from 255) = 37.76%
BLUE value IS 56 (22.27% from 255) = 14.58%
R=47.66%
G=37.76%
B=14.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.69
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831455600.210.690.2842.0553.1446.86
HexB79138015451C2a352f
Octal2672217002510534526557
Binary1011011110010001111000010101100010111100101010110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79138; }

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

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

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

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

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

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

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

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