#B48E2F

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

Shades of Hokey Pokey #B48E2F

Tints of Hokey Pokey #B48E2F

Color information

#B48E2F (or 0xB48E2F) is unknown color: approx Hokey Pokey. HEX triplet: B4, 8E and 2F. RGB value is (180,142,47). Sum of RGB (Red+Green+Blue) = 180+142+47=369 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.78% from 369); Green value is 142 (55.86% from 255 or 38.48% from 369); Blue value is 47 (18.75% from 255 or 12.74% from 369); Max value from RGB is 180 - color contains mainly: red. Hex color #B48E2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48E2F is #4B71D0. Grayscale: #8E8E8E. Windows color (decimal): -4944337 or 3116724. OLE color: 3116724.

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

Color convert

RGB18014247-
CMYK00.210.740.29
HSL42.86º58.59%44.51%-
HSV(B)42.86º73.89%70.59%-
XYZ29.0129.256.81-
YUV142.5374.09154.72-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.78%
GREEN value IS 142 (55.86% from 255) = 38.48%
BLUE value IS 47 (18.75% from 255) = 12.74%
R=48.78%
G=38.48%
B=12.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801424700.210.740.2942.8658.5944.51
HexB48E2F0154A1D2b3b2d
Octal2642165702511235537355
Binary1011010010001110101111010101100101011101101011111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48E2F; }

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

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

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

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

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

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

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

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