#B48D4C

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

Shades of Tussock #B48D4C

Tints of Tussock #B48D4C

Color information

#B48D4C (or 0xB48D4C) is unknown color: approx Tussock. HEX triplet: B4, 8D and 4C. RGB value is (180,141,76). Sum of RGB (Red+Green+Blue) = 180+141+76=397 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.34% from 397); Green value is 141 (55.47% from 255 or 35.52% from 397); Blue value is 76 (30.08% from 255 or 19.14% from 397); Max value from RGB is 180 - color contains mainly: red. Hex color #B48D4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48D4C is #4B72B3. Grayscale: #919191. Windows color (decimal): -4944564 or 5017012. OLE color: 5017012.

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

Color convert

RGB18014176-
CMYK00.220.580.29
HSL37.5º40.94%50.2%-
HSV(B)37.5º57.78%70.59%-
XYZ29.6529.2710.93-
YUV145.2588.92152.79-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.34%
GREEN value IS 141 (55.47% from 255) = 35.52%
BLUE value IS 76 (30.08% from 255) = 19.14%
R=45.34%
G=35.52%
B=19.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801417600.220.580.2937.540.9450.2
HexB48D4C0163A1D262932
Octal2642151140267235465162
Binary1011010010001101100110001011011101011101100110101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48D4C; }

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

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

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

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

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

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

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

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