#BF7763

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

Shades of Contessa #BF7763

Tints of Contessa #BF7763

Color information

#BF7763 (or 0xBF7763) is unknown color: approx Contessa. HEX triplet: BF, 77 and 63. RGB value is (191,119,99). Sum of RGB (Red+Green+Blue) = 191+119+99=409 (54% of max value = 765). Red value is 191 (75% from 255 or 46.70% from 409); Green value is 119 (46.88% from 255 or 29.10% from 409); Blue value is 99 (39.06% from 255 or 24.21% from 409); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7763 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7763 is #40889C. Grayscale: #8A8A8A. Windows color (decimal): -4229277 or 6518719. OLE color: 6518719.

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

Color convert

RGB19111999-
CMYK00.380.480.25
HSL13.04º41.82%56.86%-
HSV(B)13.04º48.17%74.9%-
XYZ30.3325.1715.06-
YUV138.25105.85165.63-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.70%
GREEN value IS 119 (46.88% from 255) = 29.10%
BLUE value IS 99 (39.06% from 255) = 24.21%
R=46.70%
G=29.10%
B=24.21%

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
Decimal1911199900.380.480.2513.0441.8256.86
HexBF77630263019d2a39
Octal2771671430466031155271
Binary10111111111011111000110100110110000110011101101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7763; }

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

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

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

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

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

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

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

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