#B35169

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

Shades of Blush #B35169

Tints of Blush #B35169

Color information

#B35169 (or 0xB35169) is unknown color: approx Blush. HEX triplet: B3, 51 and 69. RGB value is (179,81,105). Sum of RGB (Red+Green+Blue) = 179+81+105=365 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.04% from 365); Green value is 81 (32.03% from 255 or 22.19% from 365); Blue value is 105 (41.41% from 255 or 28.77% from 365); Max value from RGB is 179 - color contains mainly: red. Hex color #B35169 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35169 is #4CAE96. Grayscale: #717171. Windows color (decimal): -5025431 or 6902195. OLE color: 6902195.

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

Color convert

RGB17981105-
CMYK00.550.410.30
HSL345.31º39.2%50.98%-
HSV(B)345.31º54.75%70.2%-
XYZ24.0816.4915.28-
YUV113.04123.47175.05-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.04%
GREEN value IS 81 (32.03% from 255) = 22.19%
BLUE value IS 105 (41.41% from 255) = 28.77%
R=49.04%
G=22.19%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.41
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798110500.550.410.30345.3139.250.98
HexB35169037291E1592733
Octal26312115106751365314763
Binary1011001110100011101001011011110100111110101011001100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35169; }

 p { color: rgb(179,81,105); }

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

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

 a { background-color: rgb(179,81,105); }

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

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

 span { border-color: rgb(179,81,105); }

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