#BF8A5D

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

Shades of Twine #BF8A5D

Tints of Twine #BF8A5D

Color information

#BF8A5D (or 0xBF8A5D) is unknown color: approx Twine. HEX triplet: BF, 8A and 5D. RGB value is (191,138,93). Sum of RGB (Red+Green+Blue) = 191+138+93=422 (55% of max value = 765). Red value is 191 (75% from 255 or 45.26% from 422); Green value is 138 (54.30% from 255 or 32.70% from 422); Blue value is 93 (36.72% from 255 or 22.04% from 422); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8A5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8A5D is #4075A2. Grayscale: #949494. Windows color (decimal): -4224419 or 6130367. OLE color: 6130367.

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

Color convert

RGB19113893-
CMYK00.280.510.25
HSL27.55º43.36%55.69%-
HSV(B)27.55º51.31%74.9%-
XYZ32.5530.0414.44-
YUV148.7296.56158.16-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.26%
GREEN value IS 138 (54.30% from 255) = 32.70%
BLUE value IS 93 (36.72% from 255) = 22.04%
R=45.26%
G=32.70%
B=22.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911389300.280.510.2527.5543.3655.69
HexBF8A5D01C33191c2b38
Octal2772121350346331345370
Binary101111111000101010111010111001100111100111100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8A5D; }

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

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

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

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

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

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

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

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