#BF7064

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

Shades of Contessa #BF7064

Tints of Contessa #BF7064

Color information

#BF7064 (or 0xBF7064) is unknown color: approx Contessa. HEX triplet: BF, 70 and 64. RGB value is (191,112,100). Sum of RGB (Red+Green+Blue) = 191+112+100=403 (53% of max value = 765). Red value is 191 (75% from 255 or 47.39% from 403); Green value is 112 (44.14% from 255 or 27.79% from 403); Blue value is 100 (39.45% from 255 or 24.81% from 403); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7064 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7064 is #408F9B. Grayscale: #868686. Windows color (decimal): -4231068 or 6582463. OLE color: 6582463.

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

Color convert

RGB191112100-
CMYK00.410.480.25
HSL7.91º41.55%57.06%-
HSV(B)7.91º47.64%74.9%-
XYZ29.5823.5815.05-
YUV134.25108.67168.48-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.39%
GREEN value IS 112 (44.14% from 255) = 27.79%
BLUE value IS 100 (39.45% from 255) = 24.81%
R=47.39%
G=27.79%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111210000.410.480.257.9141.5557.06
HexBF7064029301982a39
Octal2771601440516031105271
Binary10111111111000011001000101001110000110011000101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7064; }

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

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

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

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

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

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

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

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