#B48F4E

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

Shades of Tussock #B48F4E

Tints of Tussock #B48F4E

Color information

#B48F4E (or 0xB48F4E) is unknown color: approx Tussock. HEX triplet: B4, 8F and 4E. RGB value is (180,143,78). Sum of RGB (Red+Green+Blue) = 180+143+78=401 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.89% from 401); Green value is 143 (56.25% from 255 or 35.66% from 401); Blue value is 78 (30.86% from 255 or 19.45% from 401); Max value from RGB is 180 - color contains mainly: red. Hex color #B48F4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48F4E is #4B70B1. Grayscale: #929292. Windows color (decimal): -4944050 or 5148596. OLE color: 5148596.

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

Color convert

RGB18014378-
CMYK00.210.570.29
HSL38.24º40.48%50.59%-
HSV(B)38.24º56.67%70.59%-
XYZ30.0229.911.4-
YUV146.6589.26151.79-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.89%
GREEN value IS 143 (56.25% from 255) = 35.66%
BLUE value IS 78 (30.86% from 255) = 19.45%
R=44.89%
G=35.66%
B=19.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801437800.210.570.2938.2440.4850.59
HexB48F4E015391D262833
Octal2642171160257135465063
Binary1011010010001111100111001010111100111101100110101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48F4E; }

 p { color: rgb(180,143,78); }

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

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

 a { background-color: rgb(180,143,78); }

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

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

 span { border-color: rgb(180,143,78); }

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