#BF9359

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

Shades of Twine #BF9359

Tints of Twine #BF9359

Color information

#BF9359 (or 0xBF9359) is unknown color: approx Twine. HEX triplet: BF, 93 and 59. RGB value is (191,147,89). Sum of RGB (Red+Green+Blue) = 191+147+89=427 (56% of max value = 765). Red value is 191 (75% from 255 or 44.73% from 427); Green value is 147 (57.81% from 255 or 34.43% from 427); Blue value is 89 (35.16% from 255 or 20.84% from 427); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9359 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9359 is #406CA6. Grayscale: #999999. Windows color (decimal): -4222119 or 5870527. OLE color: 5870527.

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

Color convert

RGB19114789-
CMYK00.230.530.25
HSL34.12º44.35%54.9%-
HSV(B)34.12º53.4%74.9%-
XYZ33.7232.6713.98-
YUV153.5491.58154.72-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.73%
GREEN value IS 147 (57.81% from 255) = 34.43%
BLUE value IS 89 (35.16% from 255) = 20.84%
R=44.73%
G=34.43%
B=20.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911478900.230.530.2534.1244.3554.9
HexBF93590173519222c37
Octal2772231310276531425467
Binary1011111110010011101100101011111010111001100010101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9359; }

 p { color: rgb(191,147,89); }

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

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

 a { background-color: rgb(191,147,89); }

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

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

 span { border-color: rgb(191,147,89); }

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