#B35569

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

Shades of Blush #B35569

Tints of Blush #B35569

Color information

#B35569 (or 0xB35569) is unknown color: approx Blush. HEX triplet: B3, 55 and 69. RGB value is (179,85,105). Sum of RGB (Red+Green+Blue) = 179+85+105=369 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.51% from 369); Green value is 85 (33.59% from 255 or 23.04% from 369); Blue value is 105 (41.41% from 255 or 28.46% from 369); Max value from RGB is 179 - color contains mainly: red. Hex color #B35569 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35569 is #4CAA96. Grayscale: #737373. Windows color (decimal): -5024407 or 6903219. OLE color: 6903219.

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

Color convert

RGB17985105-
CMYK00.530.410.30
HSL347.23º38.21%51.76%-
HSV(B)347.23º52.51%70.2%-
XYZ24.3917.115.38-
YUV115.39122.14173.37-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 48.51%
GREEN value IS 85 (33.59% from 255) = 23.04%
BLUE value IS 105 (41.41% from 255) = 28.46%
R=48.51%
G=23.04%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.41
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798510500.530.410.30347.2338.2151.76
HexB35569035291E15b2634
Octal26312515106551365334664
Binary1011001110101011101001011010110100111110101011011100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35569; }

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

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

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

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

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

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

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

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