#BF7460

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

Shades of Contessa #BF7460

Tints of Contessa #BF7460

Color information

#BF7460 (or 0xBF7460) is unknown color: approx Contessa. HEX triplet: BF, 74 and 60. RGB value is (191,116,96). Sum of RGB (Red+Green+Blue) = 191+116+96=403 (53% of max value = 765). Red value is 191 (75% from 255 or 47.39% from 403); Green value is 116 (45.70% from 255 or 28.78% from 403); Blue value is 96 (37.89% from 255 or 23.82% from 403); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7460 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7460 is #408B9F. Grayscale: #888888. Windows color (decimal): -4230048 or 6321343. OLE color: 6321343.

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

Color convert

RGB19111696-
CMYK00.390.500.25
HSL12.63º42.6%56.27%-
HSV(B)12.63º49.74%74.9%-
XYZ29.8424.4114.21-
YUV136.14105.35167.13-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.39%
GREEN value IS 116 (45.70% from 255) = 28.78%
BLUE value IS 96 (37.89% from 255) = 23.82%
R=47.39%
G=28.78%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911169600.390.500.2512.6342.656.27
HexBF74600273219d2b38
Octal2771641400476231155370
Binary10111111111010011000000100111110010110011101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7460; }

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

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

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

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

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

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

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

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