#BB505B

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

Shades of Blush #BB505B

Tints of Blush #BB505B

Color information

#BB505B (or 0xBB505B) is unknown color: approx Blush. HEX triplet: BB, 50 and 5B. RGB value is (187,80,91). Sum of RGB (Red+Green+Blue) = 187+80+91=358 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.23% from 358); Green value is 80 (31.64% from 255 or 22.35% from 358); Blue value is 91 (35.94% from 255 or 25.42% from 358); Max value from RGB is 187 - color contains mainly: red. Hex color #BB505B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB505B is #44AFA4. Grayscale: #717171. Windows color (decimal): -4501413 or 5984443. OLE color: 5984443.

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

Color convert

RGB1878091-
CMYK00.570.510.27
HSL353.83º44.03%52.35%-
HSV(B)353.83º57.22%73.33%-
XYZ25.2517.0611.86-
YUV113.25115.45180.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.23%
GREEN value IS 80 (31.64% from 255) = 22.35%
BLUE value IS 91 (35.94% from 255) = 25.42%
R=52.23%
G=22.35%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187809100.570.510.27353.8344.0352.35
HexBB505B039331B1622c34
Octal27312013307163335425464
Binary1011101110100001011011011100111001111011101100010101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB505B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB505B; }

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

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

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

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

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

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

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

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