#BF6261

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

Shades of Contessa #BF6261

Tints of Contessa #BF6261

Color information

#BF6261 (or 0xBF6261) is unknown color: approx Contessa. HEX triplet: BF, 62 and 61. RGB value is (191,98,97). Sum of RGB (Red+Green+Blue) = 191+98+97=386 (51% of max value = 765). Red value is 191 (75% from 255 or 49.48% from 386); Green value is 98 (38.67% from 255 or 25.39% from 386); Blue value is 97 (38.28% from 255 or 25.13% from 386); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6261 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6261 is #409D9E. Grayscale: #7D7D7D. Windows color (decimal): -4234655 or 6382271. OLE color: 6382271.

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

Color convert

RGB1919897-
CMYK00.490.490.25
HSL0.64º42.34%56.47%-
HSV(B)0.64º49.21%74.9%-
XYZ28.0120.6713.82-
YUV125.69111.81174.58-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.48%
GREEN value IS 98 (38.67% from 255) = 25.39%
BLUE value IS 97 (38.28% from 255) = 25.13%
R=49.48%
G=25.39%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191989700.490.490.250.6442.3456.47
HexBF6261031311912a38
Octal277142141061613115270
Binary10111111110001011000010110001110001110011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6261; }

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

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

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

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

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

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

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

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