#BF7963

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

Shades of Contessa #BF7963

Tints of Contessa #BF7963

Color information

#BF7963 (or 0xBF7963) is unknown color: approx Contessa. HEX triplet: BF, 79 and 63. RGB value is (191,121,99). Sum of RGB (Red+Green+Blue) = 191+121+99=411 (54% of max value = 765). Red value is 191 (75% from 255 or 46.47% from 411); Green value is 121 (47.66% from 255 or 29.44% from 411); Blue value is 99 (39.06% from 255 or 24.09% from 411); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7963 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7963 is #40869C. Grayscale: #8B8B8B. Windows color (decimal): -4228765 or 6519231. OLE color: 6519231.

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

Color convert

RGB19112199-
CMYK00.370.480.25
HSL14.35º41.82%56.86%-
HSV(B)14.35º48.17%74.9%-
XYZ30.5825.6515.14-
YUV139.42105.19164.79-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.47%
GREEN value IS 121 (47.66% from 255) = 29.44%
BLUE value IS 99 (39.06% from 255) = 24.09%
R=46.47%
G=29.44%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911219900.370.480.2514.3541.8256.86
HexBF79630253019e2a39
Octal2771711430456031165271
Binary10111111111100111000110100101110000110011110101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7963; }

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

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

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

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

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

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

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

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