#BF6561

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

Shades of Contessa #BF6561

Tints of Contessa #BF6561

Color information

#BF6561 (or 0xBF6561) is unknown color: approx Contessa. HEX triplet: BF, 65 and 61. RGB value is (191,101,97). Sum of RGB (Red+Green+Blue) = 191+101+97=389 (51% of max value = 765). Red value is 191 (75% from 255 or 49.10% from 389); Green value is 101 (39.84% from 255 or 25.96% from 389); Blue value is 97 (38.28% from 255 or 24.94% from 389); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6561 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6561 is #409A9E. Grayscale: #7F7F7F. Windows color (decimal): -4233887 or 6383039. OLE color: 6383039.

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

Color convert

RGB19110197-
CMYK00.470.490.25
HSL2.55º42.34%56.47%-
HSV(B)2.55º49.21%74.9%-
XYZ28.321.2513.92-
YUV127.45110.82173.33-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.10%
GREEN value IS 101 (39.84% from 255) = 25.96%
BLUE value IS 97 (38.28% from 255) = 24.94%
R=49.10%
G=25.96%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911019700.470.490.252.5542.3456.47
HexBF656102F311932a38
Octal277145141057613135270
Binary101111111100101110000101011111100011100111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6561; }

 p { color: rgb(191,101,97); }

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

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

 a { background-color: rgb(191,101,97); }

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

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

 span { border-color: rgb(191,101,97); }

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