#B35468

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

Shades of Blush #B35468

Tints of Blush #B35468

Color information

#B35468 (or 0xB35468) is unknown color: approx Blush. HEX triplet: B3, 54 and 68. RGB value is (179,84,104). Sum of RGB (Red+Green+Blue) = 179+84+104=367 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.77% from 367); Green value is 84 (33.20% from 255 or 22.89% from 367); Blue value is 104 (41.02% from 255 or 28.34% from 367); Max value from RGB is 179 - color contains mainly: red. Hex color #B35468 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35468 is #4CAB97. Grayscale: #727272. Windows color (decimal): -5024664 or 6837427. OLE color: 6837427.

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

Color convert

RGB17984104-
CMYK00.530.420.30
HSL347.37º38.46%51.57%-
HSV(B)347.37º53.07%70.2%-
XYZ24.2616.9215.08-
YUV114.68121.97173.87-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 48.77%
GREEN value IS 84 (33.20% from 255) = 22.89%
BLUE value IS 104 (41.02% from 255) = 28.34%
R=48.77%
G=22.89%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.42
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798410400.530.420.30347.3738.4651.57
HexB354680352A1E15b2634
Octal26312415006552365334664
Binary1011001110101001101000011010110101011110101011011100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35468; }

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

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

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

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

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

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

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

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