#BF6757

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

Shades of Sunglo #BF6757

Tints of Sunglo #BF6757

Color information

#BF6757 (or 0xBF6757) is unknown color: approx Sunglo. HEX triplet: BF, 67 and 57. RGB value is (191,103,87). Sum of RGB (Red+Green+Blue) = 191+103+87=381 (50% of max value = 765). Red value is 191 (75% from 255 or 50.13% from 381); Green value is 103 (40.62% from 255 or 27.03% from 381); Blue value is 87 (34.38% from 255 or 22.83% from 381); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6757 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6757 is #4098A8. Grayscale: #7F7F7F. Windows color (decimal): -4233385 or 5728191. OLE color: 5728191.

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

Color convert

RGB19110387-
CMYK00.460.540.25
HSL9.23º44.83%54.51%-
HSV(B)9.23º54.45%74.9%-
XYZ28.0621.4611.68-
YUV127.49105.15173.3-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.13%
GREEN value IS 103 (40.62% from 255) = 27.03%
BLUE value IS 87 (34.38% from 255) = 22.83%
R=50.13%
G=27.03%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911038700.460.540.259.2344.8354.51
HexBF675702E361992d37
Octal2771471270566631115567
Binary10111111110011110101110101110110110110011001101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6757; }

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

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

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

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

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

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

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

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