#B55872

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

Shades of Blush #B55872

Tints of Blush #B55872

Color information

#B55872 (or 0xB55872) is unknown color: approx Blush. HEX triplet: B5, 58 and 72. RGB value is (181,88,114). Sum of RGB (Red+Green+Blue) = 181+88+114=383 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.26% from 383); Green value is 88 (34.77% from 255 or 22.98% from 383); Blue value is 114 (44.92% from 255 or 29.77% from 383); Max value from RGB is 181 - color contains mainly: red. Hex color #B55872 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55872 is #4AA78D. Grayscale: #767676. Windows color (decimal): -4892558 or 7493813. OLE color: 7493813.

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

Color convert

RGB18188114-
CMYK00.510.370.29
HSL343.23º38.59%52.75%-
HSV(B)343.23º51.38%70.98%-
XYZ25.5818.0218.05-
YUV118.77125.31172.39-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.26%
GREEN value IS 88 (34.77% from 255) = 22.98%
BLUE value IS 114 (44.92% from 255) = 29.77%
R=47.26%
G=22.98%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818811400.510.370.29343.2338.5952.75
HexB55872033251D1572735
Octal26513016206345355274765
Binary1011010110110001110010011001110010111101101010111100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55872; }

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

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

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

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

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

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

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

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