#BF7473

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

Shades of Contessa #BF7473

Tints of Contessa #BF7473

Color information

#BF7473 (or 0xBF7473) is unknown color: approx Contessa. HEX triplet: BF, 74 and 73. RGB value is (191,116,115). Sum of RGB (Red+Green+Blue) = 191+116+115=422 (55% of max value = 765). Red value is 191 (75% from 255 or 45.26% from 422); Green value is 116 (45.70% from 255 or 27.49% from 422); Blue value is 115 (45.31% from 255 or 27.25% from 422); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7473 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7473 is #408B8C. Grayscale: #8A8A8A. Windows color (decimal): -4230029 or 7566527. OLE color: 7566527.

HSL color Cylindrical-coordinate representation of color #BF7473: hue angle of 0.79º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BF7473 is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB191116115-
CMYK00.390.400.25
HSL0.79º37.25%60%-
HSV(B)0.79º39.79%74.9%-
XYZ30.8324.819.38-
YUV138.31114.85165.58-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.26%
GREEN value IS 116 (45.70% from 255) = 27.49%
BLUE value IS 115 (45.31% from 255) = 27.25%
R=45.26%
G=27.49%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111611500.390.400.250.7937.2560
HexBF747302728191253c
Octal277164163047503114574
Binary10111111111010011100110100111101000110011100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7473; }

 p { color: rgb(191,116,115); }

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

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

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

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

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

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

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