#BF7169

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

Shades of Contessa #BF7169

Tints of Contessa #BF7169

Color information

#BF7169 (or 0xBF7169) is unknown color: approx Contessa. HEX triplet: BF, 71 and 69. RGB value is (191,113,105). Sum of RGB (Red+Green+Blue) = 191+113+105=409 (54% of max value = 765). Red value is 191 (75% from 255 or 46.70% from 409); Green value is 113 (44.53% from 255 or 27.63% from 409); Blue value is 105 (41.41% from 255 or 25.67% from 409); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7169 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7169 is #408E96. Grayscale: #878787. Windows color (decimal): -4230807 or 6910399. OLE color: 6910399.

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

Color convert

RGB191113105-
CMYK00.410.450.25
HSL5.58º40.19%58.04%-
HSV(B)5.58º45.03%74.9%-
XYZ29.9423.9116.4-
YUV135.41110.84167.65-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.70%
GREEN value IS 113 (44.53% from 255) = 27.63%
BLUE value IS 105 (41.41% from 255) = 25.67%
R=46.70%
G=27.63%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111310500.410.450.255.5840.1958.04
HexBF71690292D196283a
Octal277161151051553165072
Binary1011111111100011101001010100110110111001110101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7169; }

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

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

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

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

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

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

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

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