#BF726C

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

Shades of Contessa #BF726C

Tints of Contessa #BF726C

Color information

#BF726C (or 0xBF726C) is unknown color: approx Contessa. HEX triplet: BF, 72 and 6C. RGB value is (191,114,108). Sum of RGB (Red+Green+Blue) = 191+114+108=413 (54% of max value = 765). Red value is 191 (75% from 255 or 46.25% from 413); Green value is 114 (44.92% from 255 or 27.60% from 413); Blue value is 108 (42.58% from 255 or 26.15% from 413); Max value from RGB is 191 - color contains mainly: red. Hex color #BF726C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF726C is #408D93. Grayscale: #888888. Windows color (decimal): -4230548 or 7107263. OLE color: 7107263.

HSL color Cylindrical-coordinate representation of color #BF726C: hue angle of 4.34º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BF726C is Cyan = 0, Magento = 0.40, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB191114108-
CMYK00.400.430.25
HSL4.34º39.34%58.63%-
HSV(B)4.34º43.46%74.9%-
XYZ30.2124.1917.26-
YUV136.34112.01166.99-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.25%
GREEN value IS 114 (44.92% from 255) = 27.60%
BLUE value IS 108 (42.58% from 255) = 26.15%
R=46.25%
G=27.60%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111410800.400.430.254.3439.3458.63
HexBF726C0282B194273b
Octal277162154050533144773
Binary1011111111100101101100010100010101111001100100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF726C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF726C; }

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

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

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

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

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

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

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

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