#BF915D

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

Shades of Twine #BF915D

Tints of Twine #BF915D

Color information

#BF915D (or 0xBF915D) is unknown color: approx Twine. HEX triplet: BF, 91 and 5D. RGB value is (191,145,93). Sum of RGB (Red+Green+Blue) = 191+145+93=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 145 (57.03% from 255 or 33.80% from 429); Blue value is 93 (36.72% from 255 or 21.68% from 429); Max value from RGB is 191 - color contains mainly: red. Hex color #BF915D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF915D is #406EA2. Grayscale: #999999. Windows color (decimal): -4222627 or 6132159. OLE color: 6132159.

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

Color convert

RGB19114593-
CMYK00.240.510.25
HSL31.84º43.36%55.69%-
HSV(B)31.84º51.31%74.9%-
XYZ33.5932.1214.78-
YUV152.8394.24155.23-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.52%
GREEN value IS 145 (57.03% from 255) = 33.80%
BLUE value IS 93 (36.72% from 255) = 21.68%
R=44.52%
G=33.80%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911459300.240.510.2531.8443.3655.69
HexBF915D0183319202b38
Octal2772211350306331405370
Binary1011111110010001101110101100011001111001100000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF915D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF915D; }

 p { color: rgb(191,145,93); }

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

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

 a { background-color: rgb(191,145,93); }

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

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

 span { border-color: rgb(191,145,93); }

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