#BF6B63

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

Shades of Contessa #BF6B63

Tints of Contessa #BF6B63

Color information

#BF6B63 (or 0xBF6B63) is unknown color: approx Contessa. HEX triplet: BF, 6B and 63. RGB value is (191,107,99). Sum of RGB (Red+Green+Blue) = 191+107+99=397 (52% of max value = 765). Red value is 191 (75% from 255 or 48.11% from 397); Green value is 107 (42.19% from 255 or 26.95% from 397); Blue value is 99 (39.06% from 255 or 24.94% from 397); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6B63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6B63 is #40949C. Grayscale: #838383. Windows color (decimal): -4232349 or 6515647. OLE color: 6515647.

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

Color convert

RGB19110799-
CMYK00.440.480.25
HSL5.22º41.82%56.86%-
HSV(B)5.22º48.17%74.9%-
XYZ2922.4914.62-
YUV131.2109.83170.65-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.11%
GREEN value IS 107 (42.19% from 255) = 26.95%
BLUE value IS 99 (39.06% from 255) = 24.94%
R=48.11%
G=26.95%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911079900.440.480.255.2241.8256.86
HexBF6B6302C301952a39
Octal277153143054603155271
Binary1011111111010111100011010110011000011001101101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6B63; }

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

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

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

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

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

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

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

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