#BF5254

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

Shades of Mandy #BF5254

Tints of Mandy #BF5254

Color information

#BF5254 (or 0xBF5254) is unknown color: approx Mandy. HEX triplet: BF, 52 and 54. RGB value is (191,82,84). Sum of RGB (Red+Green+Blue) = 191+82+84=357 (47% of max value = 765). Red value is 191 (75% from 255 or 53.50% from 357); Green value is 82 (32.42% from 255 or 22.97% from 357); Blue value is 84 (33.20% from 255 or 23.53% from 357); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5254 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5254 is #40ADAB. Grayscale: #727272. Windows color (decimal): -4238764 or 5526207. OLE color: 5526207.

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

Color convert

RGB1918284-
CMYK00.570.560.25
HSL358.9º45.99%53.53%-
HSV(B)358.9º57.07%74.9%-
XYZ26.117.7510.44-
YUV114.82110.61182.34-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.50%
GREEN value IS 82 (32.42% from 255) = 22.97%
BLUE value IS 84 (33.20% from 255) = 23.53%
R=53.50%
G=22.97%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191828400.570.560.25358.945.9953.53
HexBF525403938191672e36
Octal27712212407170315475666
Binary1011111110100101010100011100111100011001101100111101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5254; }

 p { color: rgb(191,82,84); }

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

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

 a { background-color: rgb(191,82,84); }

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

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

 span { border-color: rgb(191,82,84); }

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