#BF6364

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

Shades of Mandy #BF6364

Tints of Mandy #BF6364

Color information

#BF6364 (or 0xBF6364) is unknown color: approx Mandy. HEX triplet: BF, 63 and 64. RGB value is (191,99,100). Sum of RGB (Red+Green+Blue) = 191+99+100=390 (51% of max value = 765). Red value is 191 (75% from 255 or 48.97% from 390); Green value is 99 (39.06% from 255 or 25.38% from 390); Blue value is 100 (39.45% from 255 or 25.64% from 390); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6364 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6364 is #409C9B. Grayscale: #7E7E7E. Windows color (decimal): -4234396 or 6579135. OLE color: 6579135.

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

Color convert

RGB19199100-
CMYK00.480.480.25
HSL359.35º41.82%56.86%-
HSV(B)359.35º48.17%74.9%-
XYZ28.2520.9214.61-
YUV126.62112.98173.92-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.97%
GREEN value IS 99 (39.06% from 255) = 25.38%
BLUE value IS 100 (39.45% from 255) = 25.64%
R=48.97%
G=25.38%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919910000.480.480.25359.3541.8256.86
HexBF636403030191672a39
Octal27714314406060315475271
Binary1011111111000111100100011000011000011001101100111101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6364; }

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

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

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

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

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

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

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

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