#BF7869

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

Shades of Contessa #BF7869

Tints of Contessa #BF7869

Color information

#BF7869 (or 0xBF7869) is unknown color: approx Contessa. HEX triplet: BF, 78 and 69. RGB value is (191,120,105). Sum of RGB (Red+Green+Blue) = 191+120+105=416 (55% of max value = 765). Red value is 191 (75% from 255 or 45.91% from 416); Green value is 120 (47.27% from 255 or 28.85% from 416); Blue value is 105 (41.41% from 255 or 25.24% from 416); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7869 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7869 is #408796. Grayscale: #8B8B8B. Windows color (decimal): -4229015 or 6912191. OLE color: 6912191.

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

Color convert

RGB191120105-
CMYK00.370.450.25
HSL10.47º40.19%58.04%-
HSV(B)10.47º45.03%74.9%-
XYZ30.7525.5316.67-
YUV139.52108.52164.72-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.91%
GREEN value IS 120 (47.27% from 255) = 28.85%
BLUE value IS 105 (41.41% from 255) = 25.24%
R=45.91%
G=28.85%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112010500.370.450.2510.4740.1958.04
HexBF78690252D19a283a
Octal2771701510455531125072
Binary10111111111100011010010100101101101110011010101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7869; }

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

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

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

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

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

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

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

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