#BF525C

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

Shades of Mandy #BF525C

Tints of Mandy #BF525C

Color information

#BF525C (or 0xBF525C) is unknown color: approx Mandy. HEX triplet: BF, 52 and 5C. RGB value is (191,82,92). Sum of RGB (Red+Green+Blue) = 191+82+92=365 (48% of max value = 765). Red value is 191 (75% from 255 or 52.33% from 365); Green value is 82 (32.42% from 255 or 22.47% from 365); Blue value is 92 (36.33% from 255 or 25.21% from 365); Max value from RGB is 191 - color contains mainly: red. Hex color #BF525C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF525C is #40ADA3. Grayscale: #737373. Windows color (decimal): -4238756 or 6050495. OLE color: 6050495.

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

Color convert

RGB1918292-
CMYK00.570.520.25
HSL354.5º45.99%53.53%-
HSV(B)354.5º57.07%74.9%-
XYZ26.4317.8812.18-
YUV115.73114.61181.69-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 52.33%
GREEN value IS 82 (32.42% from 255) = 22.47%
BLUE value IS 92 (36.33% from 255) = 25.21%
R=52.33%
G=22.47%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191829200.570.520.25354.545.9953.53
HexBF525C03934191622e36
Octal27712213407164315425666
Binary1011111110100101011100011100111010011001101100010101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF525C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF525C; }

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

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

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

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

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

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

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

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