#BF935F

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

Shades of Twine #BF935F

Tints of Twine #BF935F

Color information

#BF935F (or 0xBF935F) is unknown color: approx Twine. HEX triplet: BF, 93 and 5F. RGB value is (191,147,95). Sum of RGB (Red+Green+Blue) = 191+147+95=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 147 (57.81% from 255 or 33.95% from 433); Blue value is 95 (37.5% from 255 or 21.94% from 433); Max value from RGB is 191 - color contains mainly: red. Hex color #BF935F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF935F is #406CA0. Grayscale: #9A9A9A. Windows color (decimal): -4222113 or 6263743. OLE color: 6263743.

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

Color convert

RGB19114795-
CMYK00.230.500.25
HSL32.5º42.86%56.08%-
HSV(B)32.5º50.26%74.9%-
XYZ33.9932.7715.36-
YUV154.2394.58154.23-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.11%
GREEN value IS 147 (57.81% from 255) = 33.95%
BLUE value IS 95 (37.5% from 255) = 21.94%
R=44.11%
G=33.95%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911479500.230.500.2532.542.8656.08
HexBF935F0173219212b38
Octal2772231370276231415370
Binary1011111110010011101111101011111001011001100001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF935F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF935F; }

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

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

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

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

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

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

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

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