#BF6365

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

Shades of Mandy #BF6365

Tints of Mandy #BF6365

Color information

#BF6365 (or 0xBF6365) is unknown color: approx Mandy. HEX triplet: BF, 63 and 65. RGB value is (191,99,101). Sum of RGB (Red+Green+Blue) = 191+99+101=391 (51% of max value = 765). Red value is 191 (75% from 255 or 48.85% from 391); Green value is 99 (39.06% from 255 or 25.32% from 391); Blue value is 101 (39.84% from 255 or 25.83% from 391); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6365 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6365 is #409C9A. Grayscale: #7E7E7E. Windows color (decimal): -4234395 or 6644671. OLE color: 6644671.

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

Color convert

RGB19199101-
CMYK00.480.470.25
HSL358.7º41.82%56.86%-
HSV(B)358.7º48.17%74.9%-
XYZ28.320.9414.86-
YUV126.74113.48173.84-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.85%
GREEN value IS 99 (39.06% from 255) = 25.32%
BLUE value IS 101 (39.84% from 255) = 25.83%
R=48.85%
G=25.32%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919910100.480.470.25358.741.8256.86
HexBF63650302F191672a39
Octal27714314506057315475271
Binary1011111111000111100101011000010111111001101100111101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6365; }

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

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

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

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

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

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

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

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