#bf685e

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

Shades of Contessa #BF685E

Tints of Contessa #BF685E

Color information

#BF685E (or 0xBF685E) is unknown color: approx Contessa. HEX triplet: BF, 68 and 5E. RGB value is (191,104,94). Sum of RGB (Red+Green+Blue) = 191+104+94=389 (51% of max value = 765). Red value is 191 (75% from 255 or 49.10% from 389); Green value is 104 (41.02% from 255 or 26.74% from 389); Blue value is 94 (37.11% from 255 or 24.16% from 389); Max value from RGB is 191 - color contains mainly: red. Hex color #BF685E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF685E is #4097A1. Grayscale: #818181. Windows color (decimal): -4233122 or 6187199. OLE color: 6187199.

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

Color convert

RGB19110494-
CMYK00.460.510.25
HSL6.19º43.11%55.88%-
HSV(B)6.19º50.79%74.9%-
XYZ28.4621.7913.29-
YUV128.87108.32172.31-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.10%
GREEN value IS 104 (41.02% from 255) = 26.74%
BLUE value IS 94 (37.11% from 255) = 24.16%
R=49.10%
G=26.74%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911049400.460.510.256.1943.1155.88
HexBF685E02E331962b38
Octal277150136056633165370
Binary1011111111010001011110010111011001111001110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf685e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf685e; }

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

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

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

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

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

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

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

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