#BF7474

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

Shades of Contessa #BF7474

Tints of Contessa #BF7474

Color information

#BF7474 (or 0xBF7474) is unknown color: approx Contessa. HEX triplet: BF, 74 and 74. RGB value is (191,116,116). Sum of RGB (Red+Green+Blue) = 191+116+116=423 (56% of max value = 765). Red value is 191 (75% from 255 or 45.15% from 423); Green value is 116 (45.70% from 255 or 27.42% from 423); Blue value is 116 (45.70% from 255 or 27.42% from 423); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7474 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7474 is #408B8B. Grayscale: #8A8A8A. Windows color (decimal): -4230028 or 7632063. OLE color: 7632063.

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

Color convert

RGB191116116-
CMYK00.390.390.25
HSL36.95%60.2%-
HSV(B)39.27%74.9%-
XYZ30.8824.8319.69-
YUV138.42115.35165.5-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.15%
GREEN value IS 116 (45.70% from 255) = 27.42%
BLUE value IS 116 (45.70% from 255) = 27.42%
R=45.15%
G=27.42%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111611600.390.390.25036.9560.2
HexBF747402727190253c
Octal277164164047473104574
Binary10111111111010011101000100111100111110010100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7474; }

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

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

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

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

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

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

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

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