#BF8055

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

Shades of Twine #BF8055

Tints of Twine #BF8055

Color information

#BF8055 (or 0xBF8055) is unknown color: approx Twine. HEX triplet: BF, 80 and 55. RGB value is (191,128,85). Sum of RGB (Red+Green+Blue) = 191+128+85=404 (53% of max value = 765). Red value is 191 (75% from 255 or 47.28% from 404); Green value is 128 (50.39% from 255 or 31.68% from 404); Blue value is 85 (33.59% from 255 or 21.04% from 404); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8055 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8055 is #407FAA. Grayscale: #8E8E8E. Windows color (decimal): -4226987 or 5603519. OLE color: 5603519.

HSL color Cylindrical-coordinate representation of color #BF8055: hue angle of 24.34º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BF8055 is Cyan = 0, Magento = 0.33, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB19112885-
CMYK00.330.550.25
HSL24.34º45.3%54.12%-
HSV(B)24.34º55.5%74.9%-
XYZ30.8427.1712.21-
YUV141.9495.87163-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.28%
GREEN value IS 128 (50.39% from 255) = 31.68%
BLUE value IS 85 (33.59% from 255) = 21.04%
R=47.28%
G=31.68%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911288500.330.550.2524.3445.354.12
HexBF80550213719182d36
Octal2772001250416731305566
Binary1011111110000000101010101000011101111100111000101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8055; }

 p { color: rgb(191,128,85); }

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

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

 a { background-color: rgb(191,128,85); }

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

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

 span { border-color: rgb(191,128,85); }

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