#BF5A5C

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

Shades of Mandy #BF5A5C

Tints of Mandy #BF5A5C

Color information

#BF5A5C (or 0xBF5A5C) is unknown color: approx Mandy. HEX triplet: BF, 5A and 5C. RGB value is (191,90,92). Sum of RGB (Red+Green+Blue) = 191+90+92=373 (49% of max value = 765). Red value is 191 (75% from 255 or 51.21% from 373); Green value is 90 (35.55% from 255 or 24.13% from 373); Blue value is 92 (36.33% from 255 or 24.66% from 373); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5A5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5A5C is #40A5A3. Grayscale: #787878. Windows color (decimal): -4236708 or 6052543. OLE color: 6052543.

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

Color convert

RGB1919092-
CMYK00.530.520.25
HSL358.81º44.1%55.1%-
HSV(B)358.81º52.88%74.9%-
XYZ27.0719.1612.4-
YUV120.43111.96178.34-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.21%
GREEN value IS 90 (35.55% from 255) = 24.13%
BLUE value IS 92 (36.33% from 255) = 24.66%
R=51.21%
G=24.13%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191909200.530.520.25358.8144.155.1
HexBF5A5C03534191672c37
Octal27713213406564315475467
Binary1011111110110101011100011010111010011001101100111101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5A5C; }

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

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

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

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

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

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

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

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