#B48E4C

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

Shades of Tussock #B48E4C

Tints of Tussock #B48E4C

Color information

#B48E4C (or 0xB48E4C) is unknown color: approx Tussock. HEX triplet: B4, 8E and 4C. RGB value is (180,142,76). Sum of RGB (Red+Green+Blue) = 180+142+76=398 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.23% from 398); Green value is 142 (55.86% from 255 or 35.68% from 398); Blue value is 76 (30.08% from 255 or 19.10% from 398); Max value from RGB is 180 - color contains mainly: red. Hex color #B48E4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48E4C is #4B71B3. Grayscale: #929292. Windows color (decimal): -4944308 or 5017268. OLE color: 5017268.

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

Color convert

RGB18014276-
CMYK00.210.580.29
HSL38.08º40.94%50.2%-
HSV(B)38.08º57.78%70.59%-
XYZ29.829.5710.97-
YUV145.8488.59152.37-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.23%
GREEN value IS 142 (55.86% from 255) = 35.68%
BLUE value IS 76 (30.08% from 255) = 19.10%
R=45.23%
G=35.68%
B=19.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801427600.210.580.2938.0840.9450.2
HexB48E4C0153A1D262932
Octal2642161140257235465162
Binary1011010010001110100110001010111101011101100110101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48E4C; }

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

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

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

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

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

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

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

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