#BF6F6F

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

Shades of Contessa #BF6F6F

Tints of Contessa #BF6F6F

Color information

#BF6F6F (or 0xBF6F6F) is unknown color: approx Contessa. HEX triplet: BF, 6F and 6F. RGB value is (191,111,111). Sum of RGB (Red+Green+Blue) = 191+111+111=413 (54% of max value = 765). Red value is 191 (75% from 255 or 46.25% from 413); Green value is 111 (43.75% from 255 or 26.88% from 413); Blue value is 111 (43.75% from 255 or 26.88% from 413); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6F6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6F6F is #409090. Grayscale: #878787. Windows color (decimal): -4231313 or 7303103. OLE color: 7303103.

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

Color convert

RGB191111111-
CMYK00.420.420.25
HSL38.46%59.22%-
HSV(B)41.88%74.9%-
XYZ30.0423.5918.01-
YUV134.92114.5168-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.25%
GREEN value IS 111 (43.75% from 255) = 26.88%
BLUE value IS 111 (43.75% from 255) = 26.88%
R=46.25%
G=26.88%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111111100.420.420.25038.4659.22
HexBF6F6F02A2A190263b
Octal277157157052523104673
Binary10111111110111111011110101010101010110010100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6F6F; }

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

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

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

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

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

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

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

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