#B35769

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

Shades of Blush #B35769

Tints of Blush #B35769

Color information

#B35769 (or 0xB35769) is unknown color: approx Blush. HEX triplet: B3, 57 and 69. RGB value is (179,87,105). Sum of RGB (Red+Green+Blue) = 179+87+105=371 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.25% from 371); Green value is 87 (34.38% from 255 or 23.45% from 371); Blue value is 105 (41.41% from 255 or 28.30% from 371); Max value from RGB is 179 - color contains mainly: red. Hex color #B35769 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35769 is #4CA896. Grayscale: #747474. Windows color (decimal): -5023895 or 6903731. OLE color: 6903731.

HSL color Cylindrical-coordinate representation of color #B35769: hue angle of 348.26º degrees, saturation: 0.38, 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 #B35769 is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.30.

Color convert

RGB17987105-
CMYK00.510.410.30
HSL348.26º37.7%52.16%-
HSV(B)348.26º51.4%70.2%-
XYZ24.5517.4215.43-
YUV116.56121.48172.54-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 48.25%
GREEN value IS 87 (34.38% from 255) = 23.45%
BLUE value IS 105 (41.41% from 255) = 28.30%
R=48.25%
G=23.45%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.41
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798710500.510.410.30348.2637.752.16
HexB35769033291E15c2634
Octal26312715106351365344664
Binary1011001110101111101001011001110100111110101011100100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35769; }

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

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

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

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

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

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

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

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