#BF786E

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

Shades of Contessa #BF786E

Tints of Contessa #BF786E

Color information

#BF786E (or 0xBF786E) is unknown color: approx Contessa. HEX triplet: BF, 78 and 6E. RGB value is (191,120,110). Sum of RGB (Red+Green+Blue) = 191+120+110=421 (55% of max value = 765). Red value is 191 (75% from 255 or 45.37% from 421); Green value is 120 (47.27% from 255 or 28.50% from 421); Blue value is 110 (43.36% from 255 or 26.13% from 421); Max value from RGB is 191 - color contains mainly: red. Hex color #BF786E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF786E is #408791. Grayscale: #8C8C8C. Windows color (decimal): -4229010 or 7239871. OLE color: 7239871.

HSL color Cylindrical-coordinate representation of color #BF786E: hue angle of 7.41º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BF786E is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB191120110-
CMYK00.370.420.25
HSL7.41º38.76%59.02%-
HSV(B)7.41º42.41%74.9%-
XYZ31.0225.6418.07-
YUV140.09111.02164.31-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.37%
GREEN value IS 120 (47.27% from 255) = 28.50%
BLUE value IS 110 (43.36% from 255) = 26.13%
R=45.37%
G=28.50%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112011000.370.420.257.4138.7659.02
HexBF786E0252A197273b
Octal277170156045523174773
Binary1011111111110001101110010010110101011001111100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF786E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF786E; }

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

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

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

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

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

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

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

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