#BB505A

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

Shades of Mandy #BB505A

Tints of Mandy #BB505A

Color information

#BB505A (or 0xBB505A) is unknown color: approx Mandy. HEX triplet: BB, 50 and 5A. RGB value is (187,80,90). Sum of RGB (Red+Green+Blue) = 187+80+90=357 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.38% from 357); Green value is 80 (31.64% from 255 or 22.41% from 357); Blue value is 90 (35.55% from 255 or 25.21% from 357); Max value from RGB is 187 - color contains mainly: red. Hex color #BB505A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB505A is #44AFA5. Grayscale: #717171. Windows color (decimal): -4501414 or 5918907. OLE color: 5918907.

HSL color Cylindrical-coordinate representation of color #BB505A: hue angle of 354.39º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BB505A is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB1878090-
CMYK00.570.520.27
HSL354.39º44.03%52.35%-
HSV(B)354.39º57.22%73.33%-
XYZ25.2117.0411.63-
YUV113.13114.95180.69-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.38%
GREEN value IS 80 (31.64% from 255) = 22.41%
BLUE value IS 90 (35.55% from 255) = 25.21%
R=52.38%
G=22.41%
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.27
SystemRedGreenBlueCMYKHSL
Decimal187809000.570.520.27354.3944.0352.35
HexBB505A039341B1622c34
Octal27312013207164335425464
Binary1011101110100001011010011100111010011011101100010101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB505A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB505A; }

 p { color: rgb(187,80,90); }

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

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

 a { background-color: rgb(187,80,90); }

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

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

 span { border-color: rgb(187,80,90); }

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