#BF7067

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

Shades of Contessa #BF7067

Tints of Contessa #BF7067

Color information

#BF7067 (or 0xBF7067) is unknown color: approx Contessa. HEX triplet: BF, 70 and 67. RGB value is (191,112,103). Sum of RGB (Red+Green+Blue) = 191+112+103=406 (53% of max value = 765). Red value is 191 (75% from 255 or 47.04% from 406); Green value is 112 (44.14% from 255 or 27.59% from 406); Blue value is 103 (40.62% from 255 or 25.37% from 406); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7067 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7067 is #408F98. Grayscale: #868686. Windows color (decimal): -4231065 or 6779071. OLE color: 6779071.

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

Color convert

RGB191112103-
CMYK00.410.460.25
HSL6.14º40.74%57.65%-
HSV(B)6.14º46.07%74.9%-
XYZ29.7323.6415.83-
YUV134.6110.17168.23-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.04%
GREEN value IS 112 (44.14% from 255) = 27.59%
BLUE value IS 103 (40.62% from 255) = 25.37%
R=47.04%
G=27.59%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111210300.410.460.256.1440.7457.65
HexBF70670292E196293a
Octal277160147051563165172
Binary1011111111100001100111010100110111011001110101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7067; }

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

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

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

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

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

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

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

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