#BF6361

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

Shades of Contessa #BF6361

Tints of Contessa #BF6361

Color information

#BF6361 (or 0xBF6361) is unknown color: approx Contessa. HEX triplet: BF, 63 and 61. RGB value is (191,99,97). Sum of RGB (Red+Green+Blue) = 191+99+97=387 (51% of max value = 765). Red value is 191 (75% from 255 or 49.35% from 387); Green value is 99 (39.06% from 255 or 25.58% from 387); Blue value is 97 (38.28% from 255 or 25.06% from 387); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6361 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6361 is #409C9E. Grayscale: #7E7E7E. Windows color (decimal): -4234399 or 6382527. OLE color: 6382527.

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

Color convert

RGB1919997-
CMYK00.480.490.25
HSL1.28º42.34%56.47%-
HSV(B)1.28º49.21%74.9%-
XYZ28.1120.8613.85-
YUV126.28111.48174.16-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.35%
GREEN value IS 99 (39.06% from 255) = 25.58%
BLUE value IS 97 (38.28% from 255) = 25.06%
R=49.35%
G=25.58%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191999700.480.490.251.2842.3456.47
HexBF6361030311912a38
Octal277143141060613115270
Binary10111111110001111000010110000110001110011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6361; }

 p { color: rgb(191,99,97); }

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

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

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

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

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

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

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