#BF6363

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

Shades of Contessa #BF6363

Tints of Contessa #BF6363

Color information

#BF6363 (or 0xBF6363) is unknown color: approx Contessa. HEX triplet: BF, 63 and 63. RGB value is (191,99,99). Sum of RGB (Red+Green+Blue) = 191+99+99=389 (51% of max value = 765). Red value is 191 (75% from 255 or 49.10% from 389); Green value is 99 (39.06% from 255 or 25.45% from 389); Blue value is 99 (39.06% from 255 or 25.45% from 389); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6363 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6363 is #409C9C. Grayscale: #7E7E7E. Windows color (decimal): -4234397 or 6513599. OLE color: 6513599.

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

Color convert

RGB1919999-
CMYK00.480.480.25
HSL41.82%56.86%-
HSV(B)48.17%74.9%-
XYZ28.220.914.35-
YUV126.51112.48174-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.10%
GREEN value IS 99 (39.06% from 255) = 25.45%
BLUE value IS 99 (39.06% from 255) = 25.45%
R=49.10%
G=25.45%
B=25.45%

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
Decimal191999900.480.480.25041.8256.86
HexBF6363030301902a39
Octal277143143060603105271
Binary10111111110001111000110110000110000110010101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6363; }

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

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

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

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

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

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

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

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