#B5506B

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

Shades of Blush #B5506B

Tints of Blush #B5506B

Color information

#B5506B (or 0xB5506B) is unknown color: approx Blush. HEX triplet: B5, 50 and 6B. RGB value is (181,80,107). Sum of RGB (Red+Green+Blue) = 181+80+107=368 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.18% from 368); Green value is 80 (31.64% from 255 or 21.74% from 368); Blue value is 107 (42.19% from 255 or 29.08% from 368); Max value from RGB is 181 - color contains mainly: red. Hex color #B5506B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5506B is #4AAF94. Grayscale: #717171. Windows color (decimal): -4894613 or 7033013. OLE color: 7033013.

HSL color Cylindrical-coordinate representation of color #B5506B: hue angle of 343.96º 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 #B5506B is Cyan = 0, Magento = 0.56, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB18180107-
CMYK00.560.410.29
HSL343.96º40.56%51.18%-
HSV(B)343.96º55.8%70.98%-
XYZ24.5816.6215.82-
YUV113.28124.46176.3-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.18%
GREEN value IS 80 (31.64% from 255) = 21.74%
BLUE value IS 107 (42.19% from 255) = 29.08%
R=49.18%
G=21.74%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818010700.560.410.29343.9640.5651.18
HexB5506B038291D1582933
Octal26512015307051355305163
Binary1011010110100001101011011100010100111101101011000101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5506B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5506B; }

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

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

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

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

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

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

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

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