#BF6B6B

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

Shades of Contessa #BF6B6B

Tints of Contessa #BF6B6B

Color information

#BF6B6B (or 0xBF6B6B) is unknown color: approx Contessa. HEX triplet: BF, 6B and 6B. RGB value is (191,107,107). Sum of RGB (Red+Green+Blue) = 191+107+107=405 (53% of max value = 765). Red value is 191 (75% from 255 or 47.16% from 405); Green value is 107 (42.19% from 255 or 26.42% from 405); Blue value is 107 (42.19% from 255 or 26.42% from 405); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6B6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6B6B is #409494. Grayscale: #848484. Windows color (decimal): -4232341 or 7039935. OLE color: 7039935.

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

Color convert

RGB191107107-
CMYK00.440.440.25
HSL39.62%58.43%-
HSV(B)43.98%74.9%-
XYZ29.422.6516.73-
YUV132.12113.83170-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.16%
GREEN value IS 107 (42.19% from 255) = 26.42%
BLUE value IS 107 (42.19% from 255) = 26.42%
R=47.16%
G=26.42%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110710700.440.440.25039.6258.43
HexBF6B6B02C2C190283a
Octal277153153054543105072
Binary10111111110101111010110101100101100110010101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6B6B; }

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

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

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

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

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

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

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

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