#BF7467

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

Shades of Contessa #BF7467

Tints of Contessa #BF7467

Color information

#BF7467 (or 0xBF7467) is unknown color: approx Contessa. HEX triplet: BF, 74 and 67. RGB value is (191,116,103). Sum of RGB (Red+Green+Blue) = 191+116+103=410 (54% of max value = 765). Red value is 191 (75% from 255 or 46.59% from 410); Green value is 116 (45.70% from 255 or 28.29% from 410); Blue value is 103 (40.62% from 255 or 25.12% from 410); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7467 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7467 is #408B98. Grayscale: #898989. Windows color (decimal): -4230041 or 6780095. OLE color: 6780095.

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

Color convert

RGB191116103-
CMYK00.390.460.25
HSL8.86º40.74%57.65%-
HSV(B)8.86º46.07%74.9%-
XYZ30.1824.5515.98-
YUV136.94108.85166.56-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.59%
GREEN value IS 116 (45.70% from 255) = 28.29%
BLUE value IS 103 (40.62% from 255) = 25.12%
R=46.59%
G=28.29%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111610300.390.460.258.8640.7457.65
HexBF74670272E199293a
Octal2771641470475631115172
Binary10111111111010011001110100111101110110011001101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7467; }

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

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

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

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

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

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

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

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