#B4914F

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

Shades of Tussock #B4914F

Tints of Tussock #B4914F

Color information

#B4914F (or 0xB4914F) is unknown color: approx Tussock. HEX triplet: B4, 91 and 4F. RGB value is (180,145,79). Sum of RGB (Red+Green+Blue) = 180+145+79=404 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.55% from 404); Green value is 145 (57.03% from 255 or 35.89% from 404); Blue value is 79 (31.25% from 255 or 19.55% from 404); Max value from RGB is 180 - color contains mainly: red. Hex color #B4914F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4914F is #4B6EB0. Grayscale: #949494. Windows color (decimal): -4943537 or 5214644. OLE color: 5214644.

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

Color convert

RGB18014579-
CMYK00.190.560.29
HSL39.21º40.24%50.78%-
HSV(B)39.21º56.11%70.59%-
XYZ30.3630.5211.69-
YUV147.9489.1150.87-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.55%
GREEN value IS 145 (57.03% from 255) = 35.89%
BLUE value IS 79 (31.25% from 255) = 19.55%
R=44.55%
G=35.89%
B=19.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801457900.190.560.2939.2140.2450.78
HexB4914F013381D272833
Octal2642211170237035475063
Binary1011010010010001100111101001111100011101100111101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4914F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4914F; }

 p { color: rgb(180,145,79); }

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

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

 a { background-color: rgb(180,145,79); }

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

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

 span { border-color: rgb(180,145,79); }

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