#BF9157

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

Shades of Twine #BF9157

Tints of Twine #BF9157

Color information

#BF9157 (or 0xBF9157) is unknown color: approx Twine. HEX triplet: BF, 91 and 57. RGB value is (191,145,87). Sum of RGB (Red+Green+Blue) = 191+145+87=423 (56% of max value = 765). Red value is 191 (75% from 255 or 45.15% from 423); Green value is 145 (57.03% from 255 or 34.28% from 423); Blue value is 87 (34.38% from 255 or 20.57% from 423); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9157 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9157 is #406EA8. Grayscale: #989898. Windows color (decimal): -4222633 or 5738943. OLE color: 5738943.

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

Color convert

RGB19114587-
CMYK00.240.540.25
HSL33.46º44.83%54.51%-
HSV(B)33.46º54.45%74.9%-
XYZ33.3332.0213.44-
YUV152.1491.24155.72-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.15%
GREEN value IS 145 (57.03% from 255) = 34.28%
BLUE value IS 87 (34.38% from 255) = 20.57%
R=45.15%
G=34.28%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911458700.240.540.2533.4644.8354.51
HexBF91570183619212d37
Octal2772211270306631415567
Binary1011111110010001101011101100011011011001100001101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9157; }

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

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

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

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

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

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

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

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