#BF7669

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

Shades of Contessa #BF7669

Tints of Contessa #BF7669

Color information

#BF7669 (or 0xBF7669) is unknown color: approx Contessa. HEX triplet: BF, 76 and 69. RGB value is (191,118,105). Sum of RGB (Red+Green+Blue) = 191+118+105=414 (54% of max value = 765). Red value is 191 (75% from 255 or 46.14% from 414); Green value is 118 (46.48% from 255 or 28.50% from 414); Blue value is 105 (41.41% from 255 or 25.36% from 414); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7669 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7669 is #408996. Grayscale: #8A8A8A. Windows color (decimal): -4229527 or 6911679. OLE color: 6911679.

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

Color convert

RGB191118105-
CMYK00.380.450.25
HSL9.07º40.19%58.04%-
HSV(B)9.07º45.03%74.9%-
XYZ30.5125.0516.59-
YUV138.34109.18165.56-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.14%
GREEN value IS 118 (46.48% from 255) = 28.50%
BLUE value IS 105 (41.41% from 255) = 25.36%
R=46.14%
G=28.50%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111810500.380.450.259.0740.1958.04
HexBF76690262D199283a
Octal2771661510465531115072
Binary10111111111011011010010100110101101110011001101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7669; }

 p { color: rgb(191,118,105); }

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

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

 a { background-color: rgb(191,118,105); }

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

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

 span { border-color: rgb(191,118,105); }

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