#BF6C65

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

Shades of Contessa #BF6C65

Tints of Contessa #BF6C65

Color information

#BF6C65 (or 0xBF6C65) is unknown color: approx Contessa. HEX triplet: BF, 6C and 65. RGB value is (191,108,101). Sum of RGB (Red+Green+Blue) = 191+108+101=400 (52% of max value = 765). Red value is 191 (75% from 255 or 47.75% from 400); Green value is 108 (42.58% from 255 or 27% from 400); Blue value is 101 (39.84% from 255 or 25.25% from 400); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6C65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6C65 is #40939A. Grayscale: #848484. Windows color (decimal): -4232091 or 6646975. OLE color: 6646975.

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

Color convert

RGB191108101-
CMYK00.430.470.25
HSL4.67º41.28%57.25%-
HSV(B)4.67º47.12%74.9%-
XYZ29.222.7415.16-
YUV132.02110.5170.07-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.75%
GREEN value IS 108 (42.58% from 255) = 27%
BLUE value IS 101 (39.84% from 255) = 25.25%
R=47.75%
G=27%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110810100.430.470.254.6741.2857.25
HexBF6C6502B2F1952939
Octal277154145053573155171
Binary1011111111011001100101010101110111111001101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6C65; }

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

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

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

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

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

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

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

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