#B35C68

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

Shades of Blush #B35C68

Tints of Blush #B35C68

Color information

#B35C68 (or 0xB35C68) is unknown color: approx Blush. HEX triplet: B3, 5C and 68. RGB value is (179,92,104). Sum of RGB (Red+Green+Blue) = 179+92+104=375 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.73% from 375); Green value is 92 (36.33% from 255 or 24.53% from 375); Blue value is 104 (41.02% from 255 or 27.73% from 375); Max value from RGB is 179 - color contains mainly: red. Hex color #B35C68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35C68 is #4CA397. Grayscale: #777777. Windows color (decimal): -5022616 or 6839475. OLE color: 6839475.

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

Color convert

RGB17992104-
CMYK00.490.420.30
HSL351.72º36.4%53.14%-
HSV(B)351.72º48.6%70.2%-
XYZ24.9218.2415.3-
YUV119.38119.32170.52-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.73%
GREEN value IS 92 (36.33% from 255) = 24.53%
BLUE value IS 104 (41.02% from 255) = 27.73%
R=47.73%
G=24.53%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.42
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799210400.490.420.30351.7236.453.14
HexB35C680312A1E1602435
Octal26313415006152365404465
Binary1011001110111001101000011000110101011110101100000100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35C68; }

 p { color: rgb(179,92,104); }

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

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

 a { background-color: rgb(179,92,104); }

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

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

 span { border-color: rgb(179,92,104); }

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