#BF6957

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

Shades of Sunglo #BF6957

Tints of Sunglo #BF6957

Color information

#BF6957 (or 0xBF6957) is unknown color: approx Sunglo. HEX triplet: BF, 69 and 57. RGB value is (191,105,87). Sum of RGB (Red+Green+Blue) = 191+105+87=383 (50% of max value = 765). Red value is 191 (75% from 255 or 49.87% from 383); Green value is 105 (41.41% from 255 or 27.42% from 383); Blue value is 87 (34.38% from 255 or 22.72% from 383); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6957 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6957 is #4096A8. Grayscale: #808080. Windows color (decimal): -4232873 or 5728703. OLE color: 5728703.

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

Color convert

RGB19110587-
CMYK00.450.540.25
HSL10.38º44.83%54.51%-
HSV(B)10.38º54.45%74.9%-
XYZ28.2621.8711.75-
YUV128.66104.49172.46-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.87%
GREEN value IS 105 (41.41% from 255) = 27.42%
BLUE value IS 87 (34.38% from 255) = 22.72%
R=49.87%
G=27.42%
B=22.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911058700.450.540.2510.3844.8354.51
HexBF695702D3619a2d37
Octal2771511270556631125567
Binary10111111110100110101110101101110110110011010101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6957; }

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

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

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

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

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

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

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

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