#BF9858

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

Shades of Twine #BF9858

Tints of Twine #BF9858

Color information

#BF9858 (or 0xBF9858) is unknown color: approx Twine. HEX triplet: BF, 98 and 58. RGB value is (191,152,88). Sum of RGB (Red+Green+Blue) = 191+152+88=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 152 (59.77% from 255 or 35.27% from 431); Blue value is 88 (34.77% from 255 or 20.42% from 431); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9858 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9858 is #4067A7. Grayscale: #9C9C9C. Windows color (decimal): -4220840 or 5806271. OLE color: 5806271.

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

Color convert

RGB19115288-
CMYK00.200.540.25
HSL37.28º44.59%54.71%-
HSV(B)37.28º53.93%74.9%-
XYZ34.4834.2414.02-
YUV156.3689.42152.7-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.32%
GREEN value IS 152 (59.77% from 255) = 35.27%
BLUE value IS 88 (34.77% from 255) = 20.42%
R=44.32%
G=35.27%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911528800.200.540.2537.2844.5954.71
HexBF98580143619252d37
Octal2772301300246631455567
Binary1011111110011000101100001010011011011001100101101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9858; }

 p { color: rgb(191,152,88); }

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

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

 a { background-color: rgb(191,152,88); }

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

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

 span { border-color: rgb(191,152,88); }

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