#BF855D

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

Shades of Twine #BF855D

Tints of Twine #BF855D

Color information

#BF855D (or 0xBF855D) is unknown color: approx Twine. HEX triplet: BF, 85 and 5D. RGB value is (191,133,93). Sum of RGB (Red+Green+Blue) = 191+133+93=417 (55% of max value = 765). Red value is 191 (75% from 255 or 45.80% from 417); Green value is 133 (52.34% from 255 or 31.89% from 417); Blue value is 93 (36.72% from 255 or 22.30% from 417); Max value from RGB is 191 - color contains mainly: red. Hex color #BF855D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF855D is #407AA2. Grayscale: #919191. Windows color (decimal): -4225699 or 6129087. OLE color: 6129087.

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

Color convert

RGB19113393-
CMYK00.300.510.25
HSL24.49º43.36%55.69%-
HSV(B)24.49º51.31%74.9%-
XYZ31.8528.6414.21-
YUV145.7898.22160.25-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.80%
GREEN value IS 133 (52.34% from 255) = 31.89%
BLUE value IS 93 (36.72% from 255) = 22.30%
R=45.80%
G=31.89%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911339300.300.510.2524.4943.3655.69
HexBF855D01E3319182b38
Octal2772051350366331305370
Binary101111111000010110111010111101100111100111000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF855D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF855D; }

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

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

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

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

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

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

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

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