#BF6959

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

Shades of Sunglo #BF6959

Tints of Sunglo #BF6959

Color information

#BF6959 (or 0xBF6959) is unknown color: approx Sunglo. HEX triplet: BF, 69 and 59. RGB value is (191,105,89). Sum of RGB (Red+Green+Blue) = 191+105+89=385 (50% of max value = 765). Red value is 191 (75% from 255 or 49.61% from 385); Green value is 105 (41.41% from 255 or 27.27% from 385); Blue value is 89 (35.16% from 255 or 23.12% from 385); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6959 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6959 is #4096A6. Grayscale: #818181. Windows color (decimal): -4232871 or 5859775. OLE color: 5859775.

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

Color convert

RGB19110589-
CMYK00.450.530.25
HSL9.41º44.35%54.9%-
HSV(B)9.41º53.4%74.9%-
XYZ28.3421.912.18-
YUV128.89105.49172.3-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.61%
GREEN value IS 105 (41.41% from 255) = 27.27%
BLUE value IS 89 (35.16% from 255) = 23.12%
R=49.61%
G=27.27%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911058900.450.530.259.4144.3554.9
HexBF695902D351992c37
Octal2771511310556531115467
Binary10111111110100110110010101101110101110011001101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6959; }

 p { color: rgb(191,105,89); }

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

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

 a { background-color: rgb(191,105,89); }

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

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

 span { border-color: rgb(191,105,89); }

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