#BF6460

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

Shades of Contessa #BF6460

Tints of Contessa #BF6460

Color information

#BF6460 (or 0xBF6460) is unknown color: approx Contessa. HEX triplet: BF, 64 and 60. RGB value is (191,100,96). Sum of RGB (Red+Green+Blue) = 191+100+96=387 (51% of max value = 765). Red value is 191 (75% from 255 or 49.35% from 387); Green value is 100 (39.45% from 255 or 25.84% from 387); Blue value is 96 (37.89% from 255 or 24.81% from 387); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6460 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6460 is #409B9F. Grayscale: #7E7E7E. Windows color (decimal): -4234144 or 6317247. OLE color: 6317247.

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

Color convert

RGB19110096-
CMYK00.480.500.25
HSL2.53º42.6%56.27%-
HSV(B)2.53º49.74%74.9%-
XYZ28.1521.0413.64-
YUV126.75110.65173.83-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.35%
GREEN value IS 100 (39.45% from 255) = 25.84%
BLUE value IS 96 (37.89% from 255) = 24.81%
R=49.35%
G=25.84%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911009600.480.500.252.5342.656.27
HexBF6460030321932b38
Octal277144140060623135370
Binary101111111100100110000001100001100101100111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6460; }

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

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

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

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

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

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

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

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