#BF6A60

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

Shades of Contessa #BF6A60

Tints of Contessa #BF6A60

Color information

#BF6A60 (or 0xBF6A60) is unknown color: approx Contessa. HEX triplet: BF, 6A and 60. RGB value is (191,106,96). Sum of RGB (Red+Green+Blue) = 191+106+96=393 (52% of max value = 765). Red value is 191 (75% from 255 or 48.60% from 393); Green value is 106 (41.80% from 255 or 26.97% from 393); Blue value is 96 (37.89% from 255 or 24.43% from 393); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6A60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6A60 is #40959F. Grayscale: #828282. Windows color (decimal): -4232608 or 6318783. OLE color: 6318783.

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

Color convert

RGB19110696-
CMYK00.450.500.25
HSL6.32º42.6%56.27%-
HSV(B)6.32º49.74%74.9%-
XYZ28.7522.2313.84-
YUV130.27108.66171.31-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.60%
GREEN value IS 106 (41.80% from 255) = 26.97%
BLUE value IS 96 (37.89% from 255) = 24.43%
R=48.60%
G=26.97%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911069600.450.500.256.3242.656.27
HexBF6A6002D321962b38
Octal277152140055623165370
Binary1011111111010101100000010110111001011001110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6A60; }

 p { color: rgb(191,106,96); }

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

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

 a { background-color: rgb(191,106,96); }

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

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

 span { border-color: rgb(191,106,96); }

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