#BF9060

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

Shades of Twine #BF9060

Tints of Twine #BF9060

Color information

#BF9060 (or 0xBF9060) is unknown color: approx Twine. HEX triplet: BF, 90 and 60. RGB value is (191,144,96). Sum of RGB (Red+Green+Blue) = 191+144+96=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 144 (56.64% from 255 or 33.41% from 431); Blue value is 96 (37.89% from 255 or 22.27% from 431); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9060 is #406F9F. Grayscale: #989898. Windows color (decimal): -4222880 or 6328511. OLE color: 6328511.

HSL color Cylindrical-coordinate representation of color #BF9060: hue angle of 30.32º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF9060 is Cyan = 0, Magento = 0.25, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB19114496-
CMYK00.250.500.25
HSL30.32º42.6%56.27%-
HSV(B)30.32º49.74%74.9%-
XYZ33.5731.8715.45-
YUV152.5896.07155.4-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.32%
GREEN value IS 144 (56.64% from 255) = 33.41%
BLUE value IS 96 (37.89% from 255) = 22.27%
R=44.32%
G=33.41%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911449600.250.500.2530.3242.656.27
HexBF906001932191e2b38
Octal2772201400316231365370
Binary101111111001000011000000110011100101100111110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9060; }

 p { color: rgb(191,144,96); }

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

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

 a { background-color: rgb(191,144,96); }

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

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

 span { border-color: rgb(191,144,96); }

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