#BC874F

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

Shades of Tussock #BC874F

Tints of Tussock #BC874F

Color information

#BC874F (or 0xBC874F) is unknown color: approx Tussock. HEX triplet: BC, 87 and 4F. RGB value is (188,135,79). Sum of RGB (Red+Green+Blue) = 188+135+79=402 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.77% from 402); Green value is 135 (53.12% from 255 or 33.58% from 402); Blue value is 79 (31.25% from 255 or 19.65% from 402); Max value from RGB is 188 - color contains mainly: red. Hex color #BC874F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC874F is #4378B0. Grayscale: #909090. Windows color (decimal): -4421809 or 5212092. OLE color: 5212092.

HSL color Cylindrical-coordinate representation of color #BC874F: hue angle of 30.83º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BC874F is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.26.

Color convert

RGB18813579-
CMYK00.280.580.26
HSL30.83º44.86%52.35%-
HSV(B)30.83º57.98%73.73%-
XYZ30.8128.5811.29-
YUV144.4691.06159.05-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.77%
GREEN value IS 135 (53.12% from 255) = 33.58%
BLUE value IS 79 (31.25% from 255) = 19.65%
R=46.77%
G=33.58%
B=19.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.58
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881357900.280.580.2630.8344.8652.35
HexBC874F01C3A1A1f2d34
Octal2742071170347232375564
Binary101111001000011110011110111001110101101011111101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC874F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC874F; }

 p { color: rgb(188,135,79); }

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

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

 a { background-color: rgb(188,135,79); }

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

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

 span { border-color: rgb(188,135,79); }

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