#B5585A

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

Shades of Blush #B5585A

Tints of Blush #B5585A

Color information

#B5585A (or 0xB5585A) is unknown color: approx Blush. HEX triplet: B5, 58 and 5A. RGB value is (181,88,90). Sum of RGB (Red+Green+Blue) = 181+88+90=359 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.42% from 359); Green value is 88 (34.77% from 255 or 24.51% from 359); Blue value is 90 (35.55% from 255 or 25.07% from 359); Max value from RGB is 181 - color contains mainly: red. Hex color #B5585A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5585A is #4AA7A5. Grayscale: #747474. Windows color (decimal): -4892582 or 5920949. OLE color: 5920949.

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

Color convert

RGB1818890-
CMYK00.510.500.29
HSL358.71º38.59%52.75%-
HSV(B)358.71º51.38%70.98%-
XYZ24.3917.5411.77-
YUV116.04113.31174.34-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.42%
GREEN value IS 88 (34.77% from 255) = 24.51%
BLUE value IS 90 (35.55% from 255) = 25.07%
R=50.42%
G=24.51%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181889000.510.500.29358.7138.5952.75
HexB5585A033321D1672735
Octal26513013206362355474765
Binary1011010110110001011010011001111001011101101100111100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5585A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5585A; }

 p { color: rgb(181,88,90); }

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

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

 a { background-color: rgb(181,88,90); }

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

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

 span { border-color: rgb(181,88,90); }

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