#BF6969

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

Shades of Contessa #BF6969

Tints of Contessa #BF6969

Color information

#BF6969 (or 0xBF6969) is unknown color: approx Contessa. HEX triplet: BF, 69 and 69. RGB value is (191,105,105). Sum of RGB (Red+Green+Blue) = 191+105+105=401 (53% of max value = 765). Red value is 191 (75% from 255 or 47.63% from 401); Green value is 105 (41.41% from 255 or 26.18% from 401); Blue value is 105 (41.41% from 255 or 26.18% from 401); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6969 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6969 is #409696. Grayscale: #828282. Windows color (decimal): -4232855 or 6908351. OLE color: 6908351.

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

Color convert

RGB191105105-
CMYK00.450.450.25
HSL40.19%58.04%-
HSV(B)45.03%74.9%-
XYZ29.0922.216.12-
YUV130.71113.49171-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.63%
GREEN value IS 105 (41.41% from 255) = 26.18%
BLUE value IS 105 (41.41% from 255) = 26.18%
R=47.63%
G=26.18%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110510500.450.450.25040.1958.04
HexBF696902D2D190283a
Octal277151151055553105072
Binary10111111110100111010010101101101101110010101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6969; }

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

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

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

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

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

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

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

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