#BF7260

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

Shades of Contessa #BF7260

Tints of Contessa #BF7260

Color information

#BF7260 (or 0xBF7260) is unknown color: approx Contessa. HEX triplet: BF, 72 and 60. RGB value is (191,114,96). Sum of RGB (Red+Green+Blue) = 191+114+96=401 (53% of max value = 765). Red value is 191 (75% from 255 or 47.63% from 401); Green value is 114 (44.92% from 255 or 28.43% from 401); Blue value is 96 (37.89% from 255 or 23.94% from 401); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7260 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7260 is #408D9F. Grayscale: #878787. Windows color (decimal): -4230560 or 6320831. OLE color: 6320831.

HSL color Cylindrical-coordinate representation of color #BF7260: hue angle of 11.37º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF7260 is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB19111496-
CMYK00.400.500.25
HSL11.37º42.6%56.27%-
HSV(B)11.37º49.74%74.9%-
XYZ29.6123.9614.13-
YUV134.97106.01167.96-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.63%
GREEN value IS 114 (44.92% from 255) = 28.43%
BLUE value IS 96 (37.89% from 255) = 23.94%
R=47.63%
G=28.43%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911149600.400.500.2511.3742.656.27
HexBF72600283219b2b38
Octal2771621400506231135370
Binary10111111111001011000000101000110010110011011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7260; }

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

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

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

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

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

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

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

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