#BF6A64

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

Shades of Contessa #BF6A64

Tints of Contessa #BF6A64

Color information

#BF6A64 (or 0xBF6A64) is unknown color: approx Contessa. HEX triplet: BF, 6A and 64. RGB value is (191,106,100). Sum of RGB (Red+Green+Blue) = 191+106+100=397 (52% of max value = 765). Red value is 191 (75% from 255 or 48.11% from 397); Green value is 106 (41.80% from 255 or 26.70% from 397); Blue value is 100 (39.45% from 255 or 25.19% from 397); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6A64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6A64 is #40959B. Grayscale: #828282. Windows color (decimal): -4232604 or 6580927. OLE color: 6580927.

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

Color convert

RGB191106100-
CMYK00.450.480.25
HSL3.96º41.55%57.06%-
HSV(B)3.96º47.64%74.9%-
XYZ28.9422.314.84-
YUV130.73110.66170.99-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.11%
GREEN value IS 106 (41.80% from 255) = 26.70%
BLUE value IS 100 (39.45% from 255) = 25.19%
R=48.11%
G=26.70%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110610000.450.480.253.9641.5557.06
HexBF6A6402D301942a39
Octal277152144055603145271
Binary1011111111010101100100010110111000011001100101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6A64; }

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

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

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

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

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

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

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

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