#BF7663

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

Shades of Contessa #BF7663

Tints of Contessa #BF7663

Color information

#BF7663 (or 0xBF7663) is unknown color: approx Contessa. HEX triplet: BF, 76 and 63. RGB value is (191,118,99). Sum of RGB (Red+Green+Blue) = 191+118+99=408 (54% of max value = 765). Red value is 191 (75% from 255 or 46.81% from 408); Green value is 118 (46.48% from 255 or 28.92% from 408); Blue value is 99 (39.06% from 255 or 24.26% from 408); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7663 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7663 is #40899C. Grayscale: #898989. Windows color (decimal): -4229533 or 6518463. OLE color: 6518463.

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

Color convert

RGB19111899-
CMYK00.380.480.25
HSL12.39º41.82%56.86%-
HSV(B)12.39º48.17%74.9%-
XYZ30.2224.9315.02-
YUV137.66106.18166.04-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.81%
GREEN value IS 118 (46.48% from 255) = 28.92%
BLUE value IS 99 (39.06% from 255) = 24.26%
R=46.81%
G=28.92%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911189900.380.480.2512.3941.8256.86
HexBF76630263019c2a39
Octal2771661430466031145271
Binary10111111111011011000110100110110000110011100101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7663; }

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

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

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

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

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

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

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

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