#BF905F

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

Shades of Twine #BF905F

Tints of Twine #BF905F

Color information

#BF905F (or 0xBF905F) is unknown color: approx Twine. HEX triplet: BF, 90 and 5F. RGB value is (191,144,95). Sum of RGB (Red+Green+Blue) = 191+144+95=430 (56% of max value = 765). Red value is 191 (75% from 255 or 44.42% from 430); Green value is 144 (56.64% from 255 or 33.49% from 430); Blue value is 95 (37.5% from 255 or 22.09% from 430); Max value from RGB is 191 - color contains mainly: red. Hex color #BF905F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF905F is #406FA0. Grayscale: #989898. Windows color (decimal): -4222881 or 6262975. OLE color: 6262975.

HSL color Cylindrical-coordinate representation of color #BF905F: hue angle of 30.63º 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 #BF905F is Cyan = 0, Magento = 0.25, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB19114495-
CMYK00.250.500.25
HSL30.63º42.86%56.08%-
HSV(B)30.63º50.26%74.9%-
XYZ33.5231.8515.21-
YUV152.4795.57155.48-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.42%
GREEN value IS 144 (56.64% from 255) = 33.49%
BLUE value IS 95 (37.5% from 255) = 22.09%
R=44.42%
G=33.49%
B=22.09%

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
Decimal1911449500.250.500.2530.6342.8656.08
HexBF905F01932191f2b38
Octal2772201370316231375370
Binary101111111001000010111110110011100101100111111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF905F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF905F; }

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

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

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

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

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

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

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

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