#BF6E5E

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

Shades of Contessa #BF6E5E

Tints of Contessa #BF6E5E

Color information

#BF6E5E (or 0xBF6E5E) is unknown color: approx Contessa. HEX triplet: BF, 6E and 5E. RGB value is (191,110,94). Sum of RGB (Red+Green+Blue) = 191+110+94=395 (52% of max value = 765). Red value is 191 (75% from 255 or 48.35% from 395); Green value is 110 (43.36% from 255 or 27.85% from 395); Blue value is 94 (37.11% from 255 or 23.80% from 395); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6E5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6E5E is #4091A1. Grayscale: #848484. Windows color (decimal): -4231586 or 6188735. OLE color: 6188735.

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

Color convert

RGB19111094-
CMYK00.420.510.25
HSL9.9º43.11%55.88%-
HSV(B)9.9º50.79%74.9%-
XYZ29.0823.0413.5-
YUV132.39106.34169.8-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.35%
GREEN value IS 110 (43.36% from 255) = 27.85%
BLUE value IS 94 (37.11% from 255) = 23.80%
R=48.35%
G=27.85%
B=23.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911109400.420.510.259.943.1155.88
HexBF6E5E02A3319a2b38
Octal2771561360526331125370
Binary10111111110111010111100101010110011110011010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6E5E; }

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

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

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

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

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

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

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

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