#BB505F

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

Shades of Blush #BB505F

Tints of Blush #BB505F

Color information

#BB505F (or 0xBB505F) is unknown color: approx Blush. HEX triplet: BB, 50 and 5F. RGB value is (187,80,95). Sum of RGB (Red+Green+Blue) = 187+80+95=362 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.66% from 362); Green value is 80 (31.64% from 255 or 22.10% from 362); Blue value is 95 (37.5% from 255 or 26.24% from 362); Max value from RGB is 187 - color contains mainly: red. Hex color #BB505F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB505F is #44AFA0. Grayscale: #717171. Windows color (decimal): -4501409 or 6246587. OLE color: 6246587.

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

Color convert

RGB1878095-
CMYK00.570.490.27
HSL351.59º44.03%52.35%-
HSV(B)351.59º57.22%73.33%-
XYZ25.4317.1312.79-
YUV113.7117.45180.28-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.66%
GREEN value IS 80 (31.64% from 255) = 22.10%
BLUE value IS 95 (37.5% from 255) = 26.24%
R=51.66%
G=22.10%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187809500.570.490.27351.5944.0352.35
HexBB505F039311B1602c34
Octal27312013707161335405464
Binary1011101110100001011111011100111000111011101100000101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB505F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB505F; }

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

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

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

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

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

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

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

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