#BF864A

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

Shades of Tussock #BF864A

Tints of Tussock #BF864A

Color information

#BF864A (or 0xBF864A) is unknown color: approx Tussock. HEX triplet: BF, 86 and 4A. RGB value is (191,134,74). Sum of RGB (Red+Green+Blue) = 191+134+74=399 (52% of max value = 765). Red value is 191 (75% from 255 or 47.87% from 399); Green value is 134 (52.73% from 255 or 33.58% from 399); Blue value is 74 (29.30% from 255 or 18.55% from 399); Max value from RGB is 191 - color contains mainly: red. Hex color #BF864A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF864A is #4079B5. Grayscale: #909090. Windows color (decimal): -4225462 or 4884159. OLE color: 4884159.

HSL color Cylindrical-coordinate representation of color #BF864A: hue angle of 30.77º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BF864A is Cyan = 0, Magento = 0.30, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB19113474-
CMYK00.300.610.25
HSL30.77º47.76%51.96%-
HSV(B)30.77º61.26%74.9%-
XYZ31.2528.6210.36-
YUV144.288.38161.38-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.87%
GREEN value IS 134 (52.73% from 255) = 33.58%
BLUE value IS 74 (29.30% from 255) = 18.55%
R=47.87%
G=33.58%
B=18.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911347400.300.610.2530.7747.7651.96
HexBF864A01E3D191f3034
Octal2772061120367531376064
Binary101111111000011010010100111101111011100111111110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF864A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF864A; }

 p { color: rgb(191,134,74); }

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

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

 a { background-color: rgb(191,134,74); }

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

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

 span { border-color: rgb(191,134,74); }

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