#BF555F

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

Shades of Mandy #BF555F

Tints of Mandy #BF555F

Color information

#BF555F (or 0xBF555F) is unknown color: approx Mandy. HEX triplet: BF, 55 and 5F. RGB value is (191,85,95). Sum of RGB (Red+Green+Blue) = 191+85+95=371 (49% of max value = 765). Red value is 191 (75% from 255 or 51.48% from 371); Green value is 85 (33.59% from 255 or 22.91% from 371); Blue value is 95 (37.5% from 255 or 25.61% from 371); Max value from RGB is 191 - color contains mainly: red. Hex color #BF555F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF555F is #40AAA0. Grayscale: #757575. Windows color (decimal): -4237985 or 6247871. OLE color: 6247871.

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

Color convert

RGB1918595-
CMYK00.550.500.25
HSL354.34º45.3%54.12%-
HSV(B)354.34º55.5%74.9%-
XYZ26.818.412.97-
YUV117.83115.12180.19-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.48%
GREEN value IS 85 (33.59% from 255) = 22.91%
BLUE value IS 95 (37.5% from 255) = 25.61%
R=51.48%
G=22.91%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191859500.550.500.25354.3445.354.12
HexBF555F03732191622d36
Octal27712513706762315425566
Binary1011111110101011011111011011111001011001101100010101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF555F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF555F; }

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

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

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

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

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

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

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

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