#BF7360

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

Shades of Contessa #BF7360

Tints of Contessa #BF7360

Color information

#BF7360 (or 0xBF7360) is unknown color: approx Contessa. HEX triplet: BF, 73 and 60. RGB value is (191,115,96). Sum of RGB (Red+Green+Blue) = 191+115+96=402 (53% of max value = 765). Red value is 191 (75% from 255 or 47.51% from 402); Green value is 115 (45.31% from 255 or 28.61% from 402); Blue value is 96 (37.89% from 255 or 23.88% from 402); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7360 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7360 is #408C9F. Grayscale: #878787. Windows color (decimal): -4230304 or 6321087. OLE color: 6321087.

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

Color convert

RGB19111596-
CMYK00.400.500.25
HSL12º42.6%56.27%-
HSV(B)12º49.74%74.9%-
XYZ29.7324.1814.17-
YUV135.56105.68167.54-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.51%
GREEN value IS 115 (45.31% from 255) = 28.61%
BLUE value IS 96 (37.89% from 255) = 23.88%
R=47.51%
G=28.61%
B=23.88%

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
Decimal1911159600.400.500.251242.656.27
HexBF73600283219c2b38
Octal2771631400506231145370
Binary10111111111001111000000101000110010110011100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7360; }

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

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

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

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

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

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

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

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