#B48B2E

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

Shades of Hokey Pokey #B48B2E

Tints of Hokey Pokey #B48B2E

Color information

#B48B2E (or 0xB48B2E) is unknown color: approx Hokey Pokey. HEX triplet: B4, 8B and 2E. RGB value is (180,139,46). Sum of RGB (Red+Green+Blue) = 180+139+46=365 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.32% from 365); Green value is 139 (54.69% from 255 or 38.08% from 365); Blue value is 46 (18.36% from 255 or 12.60% from 365); Max value from RGB is 180 - color contains mainly: red. Hex color #B48B2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48B2E is #4B74D1. Grayscale: #8D8D8D. Windows color (decimal): -4945106 or 3050420. OLE color: 3050420.

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

Color convert

RGB18013946-
CMYK00.230.740.29
HSL41.64º59.29%44.31%-
HSV(B)41.64º74.44%70.59%-
XYZ28.5528.376.56-
YUV140.6674.58156.06-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.32%
GREEN value IS 139 (54.69% from 255) = 38.08%
BLUE value IS 46 (18.36% from 255) = 12.60%
R=49.32%
G=38.08%
B=12.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801394600.230.740.2941.6459.2944.31
HexB48B2E0174A1D2a3b2c
Octal2642135602711235527354
Binary1011010010001011101110010111100101011101101010111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48B2E; }

 p { color: rgb(180,139,46); }

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

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

 a { background-color: rgb(180,139,46); }

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

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

 span { border-color: rgb(180,139,46); }

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