#BB4A4E

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

Shades of Mandy #BB4A4E

Tints of Mandy #BB4A4E

Color information

#BB4A4E (or 0xBB4A4E) is unknown color: approx Mandy. HEX triplet: BB, 4A and 4E. RGB value is (187,74,78). Sum of RGB (Red+Green+Blue) = 187+74+78=339 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.16% from 339); Green value is 74 (29.30% from 255 or 21.83% from 339); Blue value is 78 (30.86% from 255 or 23.01% from 339); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4A4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4A4E is #44B5B1. Grayscale: #6C6C6C. Windows color (decimal): -4502962 or 5130939. OLE color: 5130939.

HSL color Cylindrical-coordinate representation of color #BB4A4E: hue angle of 357.88º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB4A4E is Cyan = 0, Magento = 0.60, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB1877478-
CMYK00.600.580.27
HSL357.88º45.38%51.18%-
HSV(B)357.88º60.43%73.33%-
XYZ24.3216.019.02-
YUV108.24110.94184.17-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 55.16%
GREEN value IS 74 (29.30% from 255) = 21.83%
BLUE value IS 78 (30.86% from 255) = 23.01%
R=55.16%
G=21.83%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187747800.600.580.27357.8845.3851.18
HexBB4A4E03C3A1B1662d33
Octal27311211607472335465563
Binary1011101110010101001110011110011101011011101100110101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4A4E; }

 p { color: rgb(187,74,78); }

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

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

 a { background-color: rgb(187,74,78); }

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

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

 span { border-color: rgb(187,74,78); }

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