#BF7C6C

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

Shades of Contessa #BF7C6C

Tints of Contessa #BF7C6C

Color information

#BF7C6C (or 0xBF7C6C) is unknown color: approx Contessa. HEX triplet: BF, 7C and 6C. RGB value is (191,124,108). Sum of RGB (Red+Green+Blue) = 191+124+108=423 (56% of max value = 765). Red value is 191 (75% from 255 or 45.15% from 423); Green value is 124 (48.83% from 255 or 29.31% from 423); Blue value is 108 (42.58% from 255 or 25.53% from 423); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7C6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7C6C is #408393. Grayscale: #8E8E8E. Windows color (decimal): -4227988 or 7109823. OLE color: 7109823.

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

Color convert

RGB191124108-
CMYK00.350.430.25
HSL11.57º39.34%58.63%-
HSV(B)11.57º43.46%74.9%-
XYZ31.426.5717.66-
YUV142.21108.7162.8-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.15%
GREEN value IS 124 (48.83% from 255) = 29.31%
BLUE value IS 108 (42.58% from 255) = 25.53%
R=45.15%
G=29.31%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112410800.350.430.2511.5739.3458.63
HexBF7C6C0232B19c273b
Octal2771741540435331144773
Binary10111111111110011011000100011101011110011100100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7C6C; }

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

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

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

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

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

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

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

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