#BF5255

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

Shades of Mandy #BF5255

Tints of Mandy #BF5255

Color information

#BF5255 (or 0xBF5255) is unknown color: approx Mandy. HEX triplet: BF, 52 and 55. RGB value is (191,82,85). Sum of RGB (Red+Green+Blue) = 191+82+85=358 (47% of max value = 765). Red value is 191 (75% from 255 or 53.35% from 358); Green value is 82 (32.42% from 255 or 22.91% from 358); Blue value is 85 (33.59% from 255 or 23.74% from 358); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5255 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5255 is #40ADAA. Grayscale: #737373. Windows color (decimal): -4238763 or 5591743. OLE color: 5591743.

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

Color convert

RGB1918285-
CMYK00.570.550.25
HSL358.35º45.99%53.53%-
HSV(B)358.35º57.07%74.9%-
XYZ26.1417.7710.65-
YUV114.93111.11182.26-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.35%
GREEN value IS 82 (32.42% from 255) = 22.91%
BLUE value IS 85 (33.59% from 255) = 23.74%
R=53.35%
G=22.91%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191828500.570.550.25358.3545.9953.53
HexBF525503937191662e36
Octal27712212507167315465666
Binary1011111110100101010101011100111011111001101100110101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5255; }

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

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

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

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

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

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

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

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