#B48831

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

Shades of Hokey Pokey #B48831

Tints of Hokey Pokey #B48831

Color information

#B48831 (or 0xB48831) is unknown color: approx Hokey Pokey. HEX triplet: B4, 88 and 31. RGB value is (180,136,49). Sum of RGB (Red+Green+Blue) = 180+136+49=365 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.32% from 365); Green value is 136 (53.52% from 255 or 37.26% from 365); Blue value is 49 (19.53% from 255 or 13.42% from 365); Max value from RGB is 180 - color contains mainly: red. Hex color #B48831 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48831 is #4B77CE. Grayscale: #8B8B8B. Windows color (decimal): -4945871 or 3246260. OLE color: 3246260.

HSL color Cylindrical-coordinate representation of color #B48831: hue angle of 39.85º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B48831 is Cyan = 0, Magento = 0.24, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB18013649-
CMYK00.240.730.29
HSL39.85º57.21%44.9%-
HSV(B)39.85º72.78%70.59%-
XYZ28.1827.536.73-
YUV139.2477.08157.07-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.32%
GREEN value IS 136 (53.52% from 255) = 37.26%
BLUE value IS 49 (19.53% from 255) = 13.42%
R=49.32%
G=37.26%
B=13.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801364900.240.730.2939.8557.2144.9
HexB48831018491D28392d
Octal2642106103011135507155
Binary1011010010001000110001011000100100111101101000111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48831; }

 p { color: rgb(180,136,49); }

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

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

 a { background-color: rgb(180,136,49); }

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

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

 span { border-color: rgb(180,136,49); }

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