#BF776F

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

Shades of Contessa #BF776F

Tints of Contessa #BF776F

Color information

#BF776F (or 0xBF776F) is unknown color: approx Contessa. HEX triplet: BF, 77 and 6F. RGB value is (191,119,111). Sum of RGB (Red+Green+Blue) = 191+119+111=421 (55% of max value = 765). Red value is 191 (75% from 255 or 45.37% from 421); Green value is 119 (46.88% from 255 or 28.27% from 421); Blue value is 111 (43.75% from 255 or 26.37% from 421); Max value from RGB is 191 - color contains mainly: red. Hex color #BF776F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF776F is #408890. Grayscale: #8B8B8B. Windows color (decimal): -4229265 or 7305151. OLE color: 7305151.

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

Color convert

RGB191119111-
CMYK00.380.420.25
HSL38.46%59.22%-
HSV(B)41.88%74.9%-
XYZ30.9525.4218.31-
YUV139.62111.85164.65-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.37%
GREEN value IS 119 (46.88% from 255) = 28.27%
BLUE value IS 111 (43.75% from 255) = 26.37%
R=45.37%
G=28.27%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111911100.380.420.25638.4659.22
HexBF776F0262A196263b
Octal277167157046523164673
Binary1011111111101111101111010011010101011001110100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF776F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF776F; }

 p { color: rgb(191,119,111); }

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

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

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

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

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

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

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