#B48E31

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

Shades of Hokey Pokey #B48E31

Tints of Hokey Pokey #B48E31

Color information

#B48E31 (or 0xB48E31) is unknown color: approx Hokey Pokey. HEX triplet: B4, 8E and 31. RGB value is (180,142,49). Sum of RGB (Red+Green+Blue) = 180+142+49=371 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.52% from 371); Green value is 142 (55.86% from 255 or 38.27% from 371); Blue value is 49 (19.53% from 255 or 13.21% from 371); Max value from RGB is 180 - color contains mainly: red. Hex color #B48E31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48E31 is #4B71CE. Grayscale: #8F8F8F. Windows color (decimal): -4944335 or 3247796. OLE color: 3247796.

HSL color Cylindrical-coordinate representation of color #B48E31: hue angle of 42.6º 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 #B48E31 is Cyan = 0, Magento = 0.21, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB18014249-
CMYK00.210.730.29
HSL42.6º57.21%44.9%-
HSV(B)42.6º72.78%70.59%-
XYZ29.0529.277.02-
YUV142.7675.09154.56-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.52%
GREEN value IS 142 (55.86% from 255) = 38.27%
BLUE value IS 49 (19.53% from 255) = 13.21%
R=48.52%
G=38.27%
B=13.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801424900.210.730.2942.657.2144.9
HexB48E31015491D2b392d
Octal2642166102511135537155
Binary1011010010001110110001010101100100111101101011111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48E31; }

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

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

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

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

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

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

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

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