#BF4652

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

Shades of Mandy #BF4652

Tints of Mandy #BF4652

Color information

#BF4652 (or 0xBF4652) is unknown color: approx Mandy. HEX triplet: BF, 46 and 52. RGB value is (191,70,82). Sum of RGB (Red+Green+Blue) = 191+70+82=343 (45% of max value = 765). Red value is 191 (75% from 255 or 55.69% from 343); Green value is 70 (27.73% from 255 or 20.41% from 343); Blue value is 82 (32.42% from 255 or 23.91% from 343); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4652 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4652 is #40B9AD. Grayscale: #6B6B6B. Windows color (decimal): -4241838 or 5392063. OLE color: 5392063.

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

Color convert

RGB1917082-
CMYK00.630.570.25
HSL354.05º48.59%51.18%-
HSV(B)354.05º63.35%74.9%-
XYZ25.216.079.76-
YUV107.55113.59187.52-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 55.69%
GREEN value IS 70 (27.73% from 255) = 20.41%
BLUE value IS 82 (32.42% from 255) = 23.91%
R=55.69%
G=20.41%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191708200.630.570.25354.0548.5951.18
HexBF465203F39191623133
Octal27710612207771315426163
Binary1011111110001101010010011111111100111001101100010110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4652; }

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

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

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

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

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

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

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

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