#B35366

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

Shades of Blush #B35366

Tints of Blush #B35366

Color information

#B35366 (or 0xB35366) is unknown color: approx Blush. HEX triplet: B3, 53 and 66. RGB value is (179,83,102). Sum of RGB (Red+Green+Blue) = 179+83+102=364 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.18% from 364); Green value is 83 (32.81% from 255 or 22.80% from 364); Blue value is 102 (40.23% from 255 or 28.02% from 364); Max value from RGB is 179 - color contains mainly: red. Hex color #B35366 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35366 is #4CAC99. Grayscale: #717171. Windows color (decimal): -5024922 or 6706099. OLE color: 6706099.

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

Color convert

RGB17983102-
CMYK00.540.430.30
HSL348.12º38.71%51.37%-
HSV(B)348.12º53.63%70.2%-
XYZ24.0816.7314.53-
YUV113.87121.3174.46-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.18%
GREEN value IS 83 (32.81% from 255) = 22.80%
BLUE value IS 102 (40.23% from 255) = 28.02%
R=49.18%
G=22.80%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.43
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798310200.540.430.30348.1238.7151.37
HexB353660362B1E15c2733
Octal26312314606653365344763
Binary1011001110100111100110011011010101111110101011100100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35366; }

 p { color: rgb(179,83,102); }

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

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

 a { background-color: rgb(179,83,102); }

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

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

 span { border-color: rgb(179,83,102); }

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