#B79230

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

Shades of Hokey Pokey #B79230

Tints of Hokey Pokey #B79230

Color information

#B79230 (or 0xB79230) is unknown color: approx Hokey Pokey. HEX triplet: B7, 92 and 30. RGB value is (183,146,48). Sum of RGB (Red+Green+Blue) = 183+146+48=377 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.54% from 377); Green value is 146 (57.42% from 255 or 38.73% from 377); Blue value is 48 (19.14% from 255 or 12.73% from 377); Max value from RGB is 183 - color contains mainly: red. Hex color #B79230 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79230 is #486DCF. Grayscale: #929292. Windows color (decimal): -4746704 or 3183287. OLE color: 3183287.

HSL color Cylindrical-coordinate representation of color #B79230: hue angle of 43.56º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B79230 is Cyan = 0, Magento = 0.20, Yellow = 0.74 and Black (K on CMYK) = 0.28.

Color convert

RGB18314648-
CMYK00.200.740.28
HSL43.56º58.44%45.29%-
HSV(B)43.56º73.77%71.76%-
XYZ30.3430.847.15-
YUV145.8972.76154.47-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.54%
GREEN value IS 146 (57.42% from 255) = 38.73%
BLUE value IS 48 (19.14% from 255) = 12.73%
R=48.54%
G=38.73%
B=12.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.74
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831464800.200.740.2843.5658.4445.29
HexB792300144A1C2c3a2d
Octal2672226002411234547255
Binary1011011110010010110000010100100101011100101100111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79230; }

 p { color: rgb(183,146,48); }

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

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

 a { background-color: rgb(183,146,48); }

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

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

 span { border-color: rgb(183,146,48); }

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