#BF7263

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

Shades of Contessa #BF7263

Tints of Contessa #BF7263

Color information

#BF7263 (or 0xBF7263) is unknown color: approx Contessa. HEX triplet: BF, 72 and 63. RGB value is (191,114,99). Sum of RGB (Red+Green+Blue) = 191+114+99=404 (53% of max value = 765). Red value is 191 (75% from 255 or 47.28% from 404); Green value is 114 (44.92% from 255 or 28.22% from 404); Blue value is 99 (39.06% from 255 or 24.50% from 404); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7263 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7263 is #408D9C. Grayscale: #878787. Windows color (decimal): -4230557 or 6517439. OLE color: 6517439.

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

Color convert

RGB19111499-
CMYK00.400.480.25
HSL9.78º41.82%56.86%-
HSV(B)9.78º48.17%74.9%-
XYZ29.7624.0114.87-
YUV135.31107.51167.72-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.28%
GREEN value IS 114 (44.92% from 255) = 28.22%
BLUE value IS 99 (39.06% from 255) = 24.50%
R=47.28%
G=28.22%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911149900.400.480.259.7841.8256.86
HexBF72630283019a2a39
Octal2771621430506031125271
Binary10111111111001011000110101000110000110011010101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7263; }

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

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

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

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

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

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

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

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