#BF495A

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

Shades of Mandy #BF495A

Tints of Mandy #BF495A

Color information

#BF495A (or 0xBF495A) is unknown color: approx Mandy. HEX triplet: BF, 49 and 5A. RGB value is (191,73,90). Sum of RGB (Red+Green+Blue) = 191+73+90=354 (46% of max value = 765). Red value is 191 (75% from 255 or 53.95% from 354); Green value is 73 (28.91% from 255 or 20.62% from 354); Blue value is 90 (35.55% from 255 or 25.42% from 354); Max value from RGB is 191 - color contains mainly: red. Hex color #BF495A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF495A is #40B6A5. Grayscale: #6E6E6E. Windows color (decimal): -4241062 or 5917119. OLE color: 5917119.

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

Color convert

RGB1917390-
CMYK00.620.530.25
HSL351.36º47.97%51.76%-
HSV(B)351.36º61.78%74.9%-
XYZ25.7116.5811.52-
YUV110.22116.59185.62-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.95%
GREEN value IS 73 (28.91% from 255) = 20.62%
BLUE value IS 90 (35.55% from 255) = 25.42%
R=53.95%
G=20.62%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191739000.620.530.25351.3647.9751.76
HexBF495A03E351915f3034
Octal27711113207665315376064
Binary1011111110010011011010011111011010111001101011111110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF495A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF495A; }

 p { color: rgb(191,73,90); }

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

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

 a { background-color: rgb(191,73,90); }

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

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

 span { border-color: rgb(191,73,90); }

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