#B5555B

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

Shades of Blush #B5555B

Tints of Blush #B5555B

Color information

#B5555B (or 0xB5555B) is unknown color: approx Blush. HEX triplet: B5, 55 and 5B. RGB value is (181,85,91). Sum of RGB (Red+Green+Blue) = 181+85+91=357 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.70% from 357); Green value is 85 (33.59% from 255 or 23.81% from 357); Blue value is 91 (35.94% from 255 or 25.49% from 357); Max value from RGB is 181 - color contains mainly: red. Hex color #B5555B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5555B is #4AAAA4. Grayscale: #727272. Windows color (decimal): -4893349 or 5985717. OLE color: 5985717.

HSL color Cylindrical-coordinate representation of color #B5555B: hue angle of 356.25º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B5555B is Cyan = 0, Magento = 0.53, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB1818591-
CMYK00.530.500.29
HSL356.25º39.34%52.16%-
HSV(B)356.25º53.04%70.98%-
XYZ24.1917.0811.92-
YUV114.39114.8175.51-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.70%
GREEN value IS 85 (33.59% from 255) = 23.81%
BLUE value IS 91 (35.94% from 255) = 25.49%
R=50.70%
G=23.81%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181859100.530.500.29356.2539.3452.16
HexB5555B035321D1642734
Octal26512513306562355444764
Binary1011010110101011011011011010111001011101101100100100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5555B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5555B; }

 p { color: rgb(181,85,91); }

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

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

 a { background-color: rgb(181,85,91); }

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

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

 span { border-color: rgb(181,85,91); }

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