#BF6A65

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

Shades of Contessa #BF6A65

Tints of Contessa #BF6A65

Color information

#BF6A65 (or 0xBF6A65) is unknown color: approx Contessa. HEX triplet: BF, 6A and 65. RGB value is (191,106,101). Sum of RGB (Red+Green+Blue) = 191+106+101=398 (52% of max value = 765). Red value is 191 (75% from 255 or 47.99% from 398); Green value is 106 (41.80% from 255 or 26.63% from 398); Blue value is 101 (39.84% from 255 or 25.38% from 398); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6A65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6A65 is #40959A. Grayscale: #828282. Windows color (decimal): -4232603 or 6646463. OLE color: 6646463.

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

Color convert

RGB191106101-
CMYK00.450.470.25
HSL3.33º41.28%57.25%-
HSV(B)3.33º47.12%74.9%-
XYZ28.9922.3215.09-
YUV130.84111.16170.91-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.99%
GREEN value IS 106 (41.80% from 255) = 26.63%
BLUE value IS 101 (39.84% from 255) = 25.38%
R=47.99%
G=26.63%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110610100.450.470.253.3341.2857.25
HexBF6A6502D2F1932939
Octal277152145055573135171
Binary101111111101010110010101011011011111100111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6A65; }

 p { color: rgb(191,106,101); }

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

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

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

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

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

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

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