#BF6C6B

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

Shades of Contessa #BF6C6B

Tints of Contessa #BF6C6B

Color information

#BF6C6B (or 0xBF6C6B) is unknown color: approx Contessa. HEX triplet: BF, 6C and 6B. RGB value is (191,108,107). Sum of RGB (Red+Green+Blue) = 191+108+107=406 (53% of max value = 765). Red value is 191 (75% from 255 or 47.04% from 406); Green value is 108 (42.58% from 255 or 26.60% from 406); Blue value is 107 (42.19% from 255 or 26.35% from 406); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6C6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6C6B is #409394. Grayscale: #848484. Windows color (decimal): -4232085 or 7040191. OLE color: 7040191.

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

Color convert

RGB191108107-
CMYK00.430.440.25
HSL0.71º39.62%58.43%-
HSV(B)0.71º43.98%74.9%-
XYZ29.522.8616.77-
YUV132.7113.5169.58-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.04%
GREEN value IS 108 (42.58% from 255) = 26.60%
BLUE value IS 107 (42.19% from 255) = 26.35%
R=47.04%
G=26.60%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110810700.430.440.250.7139.6258.43
HexBF6C6B02B2C191283a
Octal277154153053543115072
Binary10111111110110011010110101011101100110011101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6C6B; }

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

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

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

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

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

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

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

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