#BF6463

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

Shades of Contessa #BF6463

Tints of Contessa #BF6463

Color information

#BF6463 (or 0xBF6463) is unknown color: approx Contessa. HEX triplet: BF, 64 and 63. RGB value is (191,100,99). Sum of RGB (Red+Green+Blue) = 191+100+99=390 (51% of max value = 765). Red value is 191 (75% from 255 or 48.97% from 390); Green value is 100 (39.45% from 255 or 25.64% from 390); Blue value is 99 (39.06% from 255 or 25.38% from 390); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6463 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6463 is #409B9C. Grayscale: #7F7F7F. Windows color (decimal): -4234141 or 6513855. OLE color: 6513855.

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

Color convert

RGB19110099-
CMYK00.480.480.25
HSL0.65º41.82%56.86%-
HSV(B)0.65º48.17%74.9%-
XYZ28.321.0914.38-
YUV127.1112.15173.58-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.97%
GREEN value IS 100 (39.45% from 255) = 25.64%
BLUE value IS 99 (39.06% from 255) = 25.38%
R=48.97%
G=25.64%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911009900.480.480.250.6541.8256.86
HexBF6463030301912a39
Octal277144143060603115271
Binary10111111110010011000110110000110000110011101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6463; }

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

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

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

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

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

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

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

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