#B5506C

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

Shades of Blush #B5506C

Tints of Blush #B5506C

Color information

#B5506C (or 0xB5506C) is unknown color: approx Blush. HEX triplet: B5, 50 and 6C. RGB value is (181,80,108). Sum of RGB (Red+Green+Blue) = 181+80+108=369 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.05% from 369); Green value is 80 (31.64% from 255 or 21.68% from 369); Blue value is 108 (42.58% from 255 or 29.27% from 369); Max value from RGB is 181 - color contains mainly: red. Hex color #B5506C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5506C is #4AAF93. Grayscale: #717171. Windows color (decimal): -4894612 or 7098549. OLE color: 7098549.

HSL color Cylindrical-coordinate representation of color #B5506C: hue angle of 343.37º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B5506C is Cyan = 0, Magento = 0.56, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB18180108-
CMYK00.560.400.29
HSL343.37º40.56%51.18%-
HSV(B)343.37º55.8%70.98%-
XYZ24.6316.6416.1-
YUV113.39124.96176.22-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.05%
GREEN value IS 80 (31.64% from 255) = 21.68%
BLUE value IS 108 (42.58% from 255) = 29.27%
R=49.05%
G=21.68%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818010800.560.400.29343.3740.5651.18
HexB5506C038281D1572933
Octal26512015407050355275163
Binary1011010110100001101100011100010100011101101010111101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5506C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5506C; }

 p { color: rgb(181,80,108); }

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

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

 a { background-color: rgb(181,80,108); }

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

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

 span { border-color: rgb(181,80,108); }

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