#BF935D

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

Shades of Twine #BF935D

Tints of Twine #BF935D

Color information

#BF935D (or 0xBF935D) is unknown color: approx Twine. HEX triplet: BF, 93 and 5D. RGB value is (191,147,93). Sum of RGB (Red+Green+Blue) = 191+147+93=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 147 (57.81% from 255 or 34.11% from 431); Blue value is 93 (36.72% from 255 or 21.58% from 431); Max value from RGB is 191 - color contains mainly: red. Hex color #BF935D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF935D is #406CA2. Grayscale: #9A9A9A. Windows color (decimal): -4222115 or 6132671. OLE color: 6132671.

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

Color convert

RGB19114793-
CMYK00.230.510.25
HSL33.06º43.36%55.69%-
HSV(B)33.06º51.31%74.9%-
XYZ33.932.7314.89-
YUV15493.58154.39-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.32%
GREEN value IS 147 (57.81% from 255) = 34.11%
BLUE value IS 93 (36.72% from 255) = 21.58%
R=44.32%
G=34.11%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911479300.230.510.2533.0643.3655.69
HexBF935D0173319212b38
Octal2772231350276331415370
Binary1011111110010011101110101011111001111001100001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF935D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF935D; }

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

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

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

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

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

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

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

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