#BF454B

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

Shades of Mandy #BF454B

Tints of Mandy #BF454B

Color information

#BF454B (or 0xBF454B) is unknown color: approx Mandy. HEX triplet: BF, 45 and 4B. RGB value is (191,69,75). Sum of RGB (Red+Green+Blue) = 191+69+75=335 (44% of max value = 765). Red value is 191 (75% from 255 or 57.01% from 335); Green value is 69 (27.34% from 255 or 20.60% from 335); Blue value is 75 (29.69% from 255 or 22.39% from 335); Max value from RGB is 191 - color contains mainly: red. Hex color #BF454B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF454B is #40BAB4. Grayscale: #6A6A6A. Windows color (decimal): -4242101 or 4933055. OLE color: 4933055.

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

Color convert

RGB1916975-
CMYK00.640.610.25
HSL357.05º48.8%50.98%-
HSV(B)357.05º63.87%74.9%-
XYZ24.8815.848.4-
YUV106.16110.42188.51-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 57.01%
GREEN value IS 69 (27.34% from 255) = 20.60%
BLUE value IS 75 (29.69% from 255) = 22.39%
R=57.01%
G=20.60%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191697500.640.610.25357.0548.850.98
HexBF454B0403D191653133
Octal277105113010075315456163
Binary10111111100010110010110100000011110111001101100101110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF454B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF454B; }

 p { color: rgb(191,69,75); }

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

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

 a { background-color: rgb(191,69,75); }

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

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

 span { border-color: rgb(191,69,75); }

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