#BF756E

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

Shades of Contessa #BF756E

Tints of Contessa #BF756E

Color information

#BF756E (or 0xBF756E) is unknown color: approx Contessa. HEX triplet: BF, 75 and 6E. RGB value is (191,117,110). Sum of RGB (Red+Green+Blue) = 191+117+110=418 (55% of max value = 765). Red value is 191 (75% from 255 or 45.69% from 418); Green value is 117 (46.09% from 255 or 27.99% from 418); Blue value is 110 (43.36% from 255 or 26.32% from 418); Max value from RGB is 191 - color contains mainly: red. Hex color #BF756E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF756E is #408A91. Grayscale: #8A8A8A. Windows color (decimal): -4229778 or 7239103. OLE color: 7239103.

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

Color convert

RGB191117110-
CMYK00.390.420.25
HSL5.19º38.76%59.02%-
HSV(B)5.19º42.41%74.9%-
XYZ30.6624.9217.95-
YUV138.33112.02165.57-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.69%
GREEN value IS 117 (46.09% from 255) = 27.99%
BLUE value IS 110 (43.36% from 255) = 26.32%
R=45.69%
G=27.99%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111711000.390.420.255.1938.7659.02
HexBF756E0272A195273b
Octal277165156047523154773
Binary1011111111101011101110010011110101011001101100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF756E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF756E; }

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

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

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

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

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

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

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

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