#B35E68

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

Shades of Blush #B35E68

Tints of Blush #B35E68

Color information

#B35E68 (or 0xB35E68) is unknown color: approx Blush. HEX triplet: B3, 5E and 68. RGB value is (179,94,104). Sum of RGB (Red+Green+Blue) = 179+94+104=377 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.48% from 377); Green value is 94 (37.11% from 255 or 24.93% from 377); Blue value is 104 (41.02% from 255 or 27.59% from 377); Max value from RGB is 179 - color contains mainly: red. Hex color #B35E68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35E68 is #4CA197. Grayscale: #787878. Windows color (decimal): -5022104 or 6839987. OLE color: 6839987.

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

Color convert

RGB17994104-
CMYK00.470.420.30
HSL352.94º35.86%53.53%-
HSV(B)352.94º47.49%70.2%-
XYZ25.0918.5915.36-
YUV120.56118.66169.69-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.48%
GREEN value IS 94 (37.11% from 255) = 24.93%
BLUE value IS 104 (41.02% from 255) = 27.59%
R=47.48%
G=24.93%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.42
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799410400.470.420.30352.9435.8653.53
HexB35E6802F2A1E1612436
Octal26313615005752365414466
Binary1011001110111101101000010111110101011110101100001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35E68; }

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

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

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

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

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

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

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

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