#B49238

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

Shades of Hokey Pokey #B49238

Tints of Hokey Pokey #B49238

Color information

#B49238 (or 0xB49238) is unknown color: approx Hokey Pokey. HEX triplet: B4, 92 and 38. RGB value is (180,146,56). Sum of RGB (Red+Green+Blue) = 180+146+56=382 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.12% from 382); Green value is 146 (57.42% from 255 or 38.22% from 382); Blue value is 56 (22.27% from 255 or 14.66% from 382); Max value from RGB is 180 - color contains mainly: red. Hex color #B49238 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49238 is #4B6DC7. Grayscale: #929292. Windows color (decimal): -4943304 or 3707572. OLE color: 3707572.

HSL color Cylindrical-coordinate representation of color #B49238: hue angle of 43.55º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B49238 is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.29.

Color convert

RGB18014656-
CMYK00.190.690.29
HSL43.55º52.54%46.27%-
HSV(B)43.55º68.89%70.59%-
XYZ29.8230.558.07-
YUV145.9177.26152.32-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.12%
GREEN value IS 146 (57.42% from 255) = 38.22%
BLUE value IS 56 (22.27% from 255) = 14.66%
R=47.12%
G=38.22%
B=14.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801465600.190.690.2943.5552.5446.27
HexB49238013451D2c352e
Octal2642227002310535546556
Binary1011010010010010111000010011100010111101101100110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49238; }

 p { color: rgb(180,146,56); }

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

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

 a { background-color: rgb(180,146,56); }

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

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

 span { border-color: rgb(180,146,56); }

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