#BF7270

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

Shades of Contessa #BF7270

Tints of Contessa #BF7270

Color information

#BF7270 (or 0xBF7270) is unknown color: approx Contessa. HEX triplet: BF, 72 and 70. RGB value is (191,114,112). Sum of RGB (Red+Green+Blue) = 191+114+112=417 (55% of max value = 765). Red value is 191 (75% from 255 or 45.80% from 417); Green value is 114 (44.92% from 255 or 27.34% from 417); Blue value is 112 (44.14% from 255 or 26.86% from 417); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7270 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7270 is #408D8F. Grayscale: #888888. Windows color (decimal): -4230544 or 7369407. OLE color: 7369407.

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

Color convert

RGB191114112-
CMYK00.400.410.25
HSL1.52º38.16%59.41%-
HSV(B)1.52º41.36%74.9%-
XYZ30.4324.2818.41-
YUV136.79114.01166.66-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.80%
GREEN value IS 114 (44.92% from 255) = 27.34%
BLUE value IS 112 (44.14% from 255) = 26.86%
R=45.80%
G=27.34%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111411200.400.410.251.5238.1659.41
HexBF727002829192263b
Octal277162160050513124673
Binary101111111110010111000001010001010011100110100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7270; }

 p { color: rgb(191,114,112); }

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

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

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

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

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

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

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