#BF6461

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

Shades of Contessa #BF6461

Tints of Contessa #BF6461

Color information

#BF6461 (or 0xBF6461) is unknown color: approx Contessa. HEX triplet: BF, 64 and 61. RGB value is (191,100,97). Sum of RGB (Red+Green+Blue) = 191+100+97=388 (51% of max value = 765). Red value is 191 (75% from 255 or 49.23% from 388); Green value is 100 (39.45% from 255 or 25.77% from 388); Blue value is 97 (38.28% from 255 or 25% from 388); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6461 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6461 is #409B9E. Grayscale: #7E7E7E. Windows color (decimal): -4234143 or 6382783. OLE color: 6382783.

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

Color convert

RGB19110097-
CMYK00.480.490.25
HSL1.91º42.34%56.47%-
HSV(B)1.91º49.21%74.9%-
XYZ28.221.0513.89-
YUV126.87111.15173.74-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.23%
GREEN value IS 100 (39.45% from 255) = 25.77%
BLUE value IS 97 (38.28% from 255) = 25%
R=49.23%
G=25.77%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911009700.480.490.251.9142.3456.47
HexBF6461030311922a38
Octal277144141060613125270
Binary101111111100100110000101100001100011100110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6461; }

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

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

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

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

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

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

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

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