#B48D31

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

Shades of Hokey Pokey #B48D31

Tints of Hokey Pokey #B48D31

Color information

#B48D31 (or 0xB48D31) is unknown color: approx Hokey Pokey. HEX triplet: B4, 8D and 31. RGB value is (180,141,49). Sum of RGB (Red+Green+Blue) = 180+141+49=370 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.65% from 370); Green value is 141 (55.47% from 255 or 38.11% from 370); Blue value is 49 (19.53% from 255 or 13.24% from 370); Max value from RGB is 180 - color contains mainly: red. Hex color #B48D31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48D31 is #4B72CE. Grayscale: #8E8E8E. Windows color (decimal): -4944591 or 3247540. OLE color: 3247540.

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

Color convert

RGB18014149-
CMYK00.220.730.29
HSL42.14º57.21%44.9%-
HSV(B)42.14º72.78%70.59%-
XYZ28.928.976.98-
YUV142.1775.42154.98-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.65%
GREEN value IS 141 (55.47% from 255) = 38.11%
BLUE value IS 49 (19.53% from 255) = 13.24%
R=48.65%
G=38.11%
B=13.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801414900.220.730.2942.1457.2144.9
HexB48D31016491D2a392d
Octal2642156102611135527155
Binary1011010010001101110001010110100100111101101010111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48D31; }

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

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

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

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

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

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

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

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