#BF955D

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

Shades of Twine #BF955D

Tints of Twine #BF955D

Color information

#BF955D (or 0xBF955D) is unknown color: approx Twine. HEX triplet: BF, 95 and 5D. RGB value is (191,149,93). Sum of RGB (Red+Green+Blue) = 191+149+93=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 149 (58.59% from 255 or 34.41% from 433); Blue value is 93 (36.72% from 255 or 21.48% from 433); Max value from RGB is 191 - color contains mainly: red. Hex color #BF955D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF955D is #406AA2. Grayscale: #9B9B9B. Windows color (decimal): -4221603 or 6133183. OLE color: 6133183.

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

Color convert

RGB19114993-
CMYK00.220.510.25
HSL34.29º43.36%55.69%-
HSV(B)34.29º51.31%74.9%-
XYZ34.2133.3614.99-
YUV155.1792.91153.55-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.11%
GREEN value IS 149 (58.59% from 255) = 34.41%
BLUE value IS 93 (36.72% from 255) = 21.48%
R=44.11%
G=34.41%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911499300.220.510.2534.2943.3655.69
HexBF955D0163319222b38
Octal2772251350266331425370
Binary1011111110010101101110101011011001111001100010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF955D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF955D; }

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

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

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

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

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

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

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

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