#B35266

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

Shades of Blush #B35266

Tints of Blush #B35266

Color information

#B35266 (or 0xB35266) is unknown color: approx Blush. HEX triplet: B3, 52 and 66. RGB value is (179,82,102). Sum of RGB (Red+Green+Blue) = 179+82+102=363 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.31% from 363); Green value is 82 (32.42% from 255 or 22.59% from 363); Blue value is 102 (40.23% from 255 or 28.10% from 363); Max value from RGB is 179 - color contains mainly: red. Hex color #B35266 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35266 is #4CAD99. Grayscale: #717171. Windows color (decimal): -5025178 or 6705843. OLE color: 6705843.

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

Color convert

RGB17982102-
CMYK00.540.430.30
HSL347.63º38.96%51.18%-
HSV(B)347.63º54.19%70.2%-
XYZ24.0116.5814.5-
YUV113.28121.64174.87-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.31%
GREEN value IS 82 (32.42% from 255) = 22.59%
BLUE value IS 102 (40.23% from 255) = 28.10%
R=49.31%
G=22.59%
B=28.10%

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
Decimal1798210200.540.430.30347.6338.9651.18
HexB352660362B1E15c2733
Octal26312214606653365344763
Binary1011001110100101100110011011010101111110101011100100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35266; }

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

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

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

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

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

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

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

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