#BF874C

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

Shades of Tussock #BF874C

Tints of Tussock #BF874C

Color information

#BF874C (or 0xBF874C) is unknown color: approx Tussock. HEX triplet: BF, 87 and 4C. RGB value is (191,135,76). Sum of RGB (Red+Green+Blue) = 191+135+76=402 (53% of max value = 765). Red value is 191 (75% from 255 or 47.51% from 402); Green value is 135 (53.12% from 255 or 33.58% from 402); Blue value is 76 (30.08% from 255 or 18.91% from 402); Max value from RGB is 191 - color contains mainly: red. Hex color #BF874C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF874C is #4078B3. Grayscale: #919191. Windows color (decimal): -4225204 or 5015487. OLE color: 5015487.

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

Color convert

RGB19113576-
CMYK00.290.600.25
HSL30.78º47.33%52.35%-
HSV(B)30.78º60.21%74.9%-
XYZ31.4528.9310.76-
YUV145.0289.05160.8-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.51%
GREEN value IS 135 (53.12% from 255) = 33.58%
BLUE value IS 76 (30.08% from 255) = 18.91%
R=47.51%
G=33.58%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911357600.290.600.2530.7847.3352.35
HexBF874C01D3C191f2f34
Octal2772071140357431375764
Binary101111111000011110011000111011111001100111111101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF874C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF874C; }

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

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

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

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

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

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

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

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