#B35168

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

Shades of Blush #B35168

Tints of Blush #B35168

Color information

#B35168 (or 0xB35168) is unknown color: approx Blush. HEX triplet: B3, 51 and 68. RGB value is (179,81,104). Sum of RGB (Red+Green+Blue) = 179+81+104=364 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.18% from 364); Green value is 81 (32.03% from 255 or 22.25% from 364); Blue value is 104 (41.02% from 255 or 28.57% from 364); Max value from RGB is 179 - color contains mainly: red. Hex color #B35168 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35168 is #4CAE97. Grayscale: #707070. Windows color (decimal): -5025432 or 6836659. OLE color: 6836659.

HSL color Cylindrical-coordinate representation of color #B35168: hue angle of 345.92º 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 #B35168 is Cyan = 0, Magento = 0.55, Yellow = 0.42 and Black (K on CMYK) = 0.30.

Color convert

RGB17981104-
CMYK00.550.420.30
HSL345.92º39.2%50.98%-
HSV(B)345.92º54.75%70.2%-
XYZ24.0316.4715.01-
YUV112.92122.97175.13-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.18%
GREEN value IS 81 (32.03% from 255) = 22.25%
BLUE value IS 104 (41.02% from 255) = 28.57%
R=49.18%
G=22.25%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.42
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798110400.550.420.30345.9239.250.98
HexB351680372A1E15a2733
Octal26312115006752365324763
Binary1011001110100011101000011011110101011110101011010100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35168; }

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

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

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

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

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

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

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

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