#BF6F6E

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

Shades of Contessa #BF6F6E

Tints of Contessa #BF6F6E

Color information

#BF6F6E (or 0xBF6F6E) is unknown color: approx Contessa. HEX triplet: BF, 6F and 6E. RGB value is (191,111,110). Sum of RGB (Red+Green+Blue) = 191+111+110=412 (54% of max value = 765). Red value is 191 (75% from 255 or 46.36% from 412); Green value is 111 (43.75% from 255 or 26.94% from 412); Blue value is 110 (43.36% from 255 or 26.70% from 412); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6F6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6F6E is #409091. Grayscale: #868686. Windows color (decimal): -4231314 or 7237567. OLE color: 7237567.

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

Color convert

RGB191111110-
CMYK00.420.420.25
HSL0.74º38.76%59.02%-
HSV(B)0.74º42.41%74.9%-
XYZ29.9823.5717.72-
YUV134.81114168.08-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.36%
GREEN value IS 111 (43.75% from 255) = 26.94%
BLUE value IS 110 (43.36% from 255) = 26.70%
R=46.36%
G=26.94%
B=26.70%

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
Decimal19111111000.420.420.250.7438.7659.02
HexBF6F6E02A2A191273b
Octal277157156052523114773
Binary10111111110111111011100101010101010110011100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6F6E; }

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

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

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

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

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

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

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

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