#BF665E

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

Shades of Sunglo #BF665E

Tints of Sunglo #BF665E

Color information

#BF665E (or 0xBF665E) is unknown color: approx Sunglo. HEX triplet: BF, 66 and 5E. RGB value is (191,102,94). Sum of RGB (Red+Green+Blue) = 191+102+94=387 (51% of max value = 765). Red value is 191 (75% from 255 or 49.35% from 387); Green value is 102 (40.23% from 255 or 26.36% from 387); Blue value is 94 (37.11% from 255 or 24.29% from 387); Max value from RGB is 191 - color contains mainly: red. Hex color #BF665E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF665E is #4099A1. Grayscale: #7F7F7F. Windows color (decimal): -4233634 or 6186687. OLE color: 6186687.

HSL color Cylindrical-coordinate representation of color #BF665E: hue angle of 4.95º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BF665E is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB19110294-
CMYK00.470.510.25
HSL4.95º43.11%55.88%-
HSV(B)4.95º50.79%74.9%-
XYZ28.2621.3913.23-
YUV127.7108.99173.15-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.35%
GREEN value IS 102 (40.23% from 255) = 26.36%
BLUE value IS 94 (37.11% from 255) = 24.29%
R=49.35%
G=26.36%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911029400.470.510.254.9543.1155.88
HexBF665E02F331952b38
Octal277146136057633155370
Binary1011111111001101011110010111111001111001101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF665E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF665E; }

 p { color: rgb(191,102,94); }

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

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

 a { background-color: rgb(191,102,94); }

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

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

 span { border-color: rgb(191,102,94); }

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