#BF6565

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

Shades of Contessa #BF6565

Tints of Contessa #BF6565

Color information

#BF6565 (or 0xBF6565) is unknown color: approx Contessa. HEX triplet: BF, 65 and 65. RGB value is (191,101,101). Sum of RGB (Red+Green+Blue) = 191+101+101=393 (52% of max value = 765). Red value is 191 (75% from 255 or 48.60% from 393); Green value is 101 (39.84% from 255 or 25.70% from 393); Blue value is 101 (39.84% from 255 or 25.70% from 393); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6565 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6565 is #409A9A. Grayscale: #7F7F7F. Windows color (decimal): -4233883 or 6645183. OLE color: 6645183.

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

Color convert

RGB191101101-
CMYK00.470.470.25
HSL41.28%57.25%-
HSV(B)47.12%74.9%-
XYZ28.4921.3214.93-
YUV127.91112.82173-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.60%
GREEN value IS 101 (39.84% from 255) = 25.70%
BLUE value IS 101 (39.84% from 255) = 25.70%
R=48.60%
G=25.70%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110110100.470.470.25041.2857.25
HexBF656502F2F1902939
Octal277145145057573105171
Binary10111111110010111001010101111101111110010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6565; }

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

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

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

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

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

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

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

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