#BF874E

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

Shades of Tussock #BF874E

Tints of Tussock #BF874E

Color information

#BF874E (or 0xBF874E) is unknown color: approx Tussock. HEX triplet: BF, 87 and 4E. RGB value is (191,135,78). Sum of RGB (Red+Green+Blue) = 191+135+78=404 (53% of max value = 765). Red value is 191 (75% from 255 or 47.28% from 404); Green value is 135 (53.12% from 255 or 33.42% from 404); Blue value is 78 (30.86% from 255 or 19.31% from 404); Max value from RGB is 191 - color contains mainly: red. Hex color #BF874E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF874E is #4078B1. Grayscale: #919191. Windows color (decimal): -4225202 or 5146559. OLE color: 5146559.

HSL color Cylindrical-coordinate representation of color #BF874E: hue angle of 30.27º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BF874E is Cyan = 0, Magento = 0.29, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB19113578-
CMYK00.290.590.25
HSL30.27º46.89%52.75%-
HSV(B)30.27º59.16%74.9%-
XYZ31.5228.9511.13-
YUV145.2590.05160.63-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.28%
GREEN value IS 135 (53.12% from 255) = 33.42%
BLUE value IS 78 (30.86% from 255) = 19.31%
R=47.28%
G=33.42%
B=19.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911357800.290.590.2530.2746.8952.75
HexBF874E01D3B191e2f35
Octal2772071160357331365765
Binary101111111000011110011100111011110111100111110101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF874E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF874E; }

 p { color: rgb(191,135,78); }

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

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

 a { background-color: rgb(191,135,78); }

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

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

 span { border-color: rgb(191,135,78); }

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