#B15872

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

Shades of Blush #B15872

Tints of Blush #B15872

Color information

#B15872 (or 0xB15872) is unknown color: approx Blush. HEX triplet: B1, 58 and 72. RGB value is (177,88,114). Sum of RGB (Red+Green+Blue) = 177+88+114=379 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.70% from 379); Green value is 88 (34.77% from 255 or 23.22% from 379); Blue value is 114 (44.92% from 255 or 30.08% from 379); Max value from RGB is 177 - color contains mainly: red. Hex color #B15872 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15872 is #4EA78D. Grayscale: #757575. Windows color (decimal): -5154702 or 7493809. OLE color: 7493809.

HSL color Cylindrical-coordinate representation of color #B15872: hue angle of 342.47º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B15872 is Cyan = 0, Magento = 0.50, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB17788114-
CMYK00.500.360.31
HSL342.47º36.33%51.96%-
HSV(B)342.47º50.28%69.41%-
XYZ24.6617.5418.01-
YUV117.57125.99170.39-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.70%
GREEN value IS 88 (34.77% from 255) = 23.22%
BLUE value IS 114 (44.92% from 255) = 30.08%
R=46.70%
G=23.22%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778811400.500.360.31342.4736.3351.96
HexB15872032241F1562434
Octal26113016206244375264464
Binary1011000110110001110010011001010010011111101010110100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15872; }

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

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

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

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

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

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

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

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