#BF6F63

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

Shades of Contessa #BF6F63

Tints of Contessa #BF6F63

Color information

#BF6F63 (or 0xBF6F63) is unknown color: approx Contessa. HEX triplet: BF, 6F and 63. RGB value is (191,111,99). Sum of RGB (Red+Green+Blue) = 191+111+99=401 (53% of max value = 765). Red value is 191 (75% from 255 or 47.63% from 401); Green value is 111 (43.75% from 255 or 27.68% from 401); Blue value is 99 (39.06% from 255 or 24.69% from 401); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6F63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6F63 is #40909C. Grayscale: #858585. Windows color (decimal): -4231325 or 6516671. OLE color: 6516671.

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

Color convert

RGB19111199-
CMYK00.420.480.25
HSL7.83º41.82%56.86%-
HSV(B)7.83º48.17%74.9%-
XYZ29.4223.3514.76-
YUV133.55108.5168.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.63%
GREEN value IS 111 (43.75% from 255) = 27.68%
BLUE value IS 99 (39.06% from 255) = 24.69%
R=47.63%
G=27.68%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911119900.420.480.257.8341.8256.86
HexBF6F6302A301982a39
Octal2771571430526031105271
Binary10111111110111111000110101010110000110011000101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6F63; }

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

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

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

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

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

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

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

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