#B35871

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

Shades of Blush #B35871

Tints of Blush #B35871

Color information

#B35871 (or 0xB35871) is unknown color: approx Blush. HEX triplet: B3, 58 and 71. RGB value is (179,88,113). Sum of RGB (Red+Green+Blue) = 179+88+113=380 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.11% from 380); Green value is 88 (34.77% from 255 or 23.16% from 380); Blue value is 113 (44.53% from 255 or 29.74% from 380); Max value from RGB is 179 - color contains mainly: red. Hex color #B35871 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35871 is #4CA78E. Grayscale: #767676. Windows color (decimal): -5023631 or 7428275. OLE color: 7428275.

HSL color Cylindrical-coordinate representation of color #B35871: hue angle of 343.52º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B35871 is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.30.

Color convert

RGB17988113-
CMYK00.510.370.30
HSL343.52º37.45%52.35%-
HSV(B)343.52º50.84%70.2%-
XYZ25.0617.7617.73-
YUV118.06125.15171.47-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.11%
GREEN value IS 88 (34.77% from 255) = 23.16%
BLUE value IS 113 (44.53% from 255) = 29.74%
R=47.11%
G=23.16%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.37
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798811300.510.370.30343.5237.4552.35
HexB35871033251E1582534
Octal26313016106345365304564
Binary1011001110110001110001011001110010111110101011000100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35871; }

 p { color: rgb(179,88,113); }

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

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

 a { background-color: rgb(179,88,113); }

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

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

 span { border-color: rgb(179,88,113); }

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