#B35D61

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

Shades of Blush #B35D61

Tints of Blush #B35D61

Color information

#B35D61 (or 0xB35D61) is unknown color: approx Blush. HEX triplet: B3, 5D and 61. RGB value is (179,93,97). Sum of RGB (Red+Green+Blue) = 179+93+97=369 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.51% from 369); Green value is 93 (36.72% from 255 or 25.20% from 369); Blue value is 97 (38.28% from 255 or 26.29% from 369); Max value from RGB is 179 - color contains mainly: red. Hex color #B35D61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35D61 is #4CA29E. Grayscale: #777777. Windows color (decimal): -5022367 or 6380979. OLE color: 6380979.

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

Color convert

RGB1799397-
CMYK00.480.460.30
HSL357.21º36.13%53.33%-
HSV(B)357.21º48.04%70.2%-
XYZ24.6618.2813.54-
YUV119.17115.49170.67-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 48.51%
GREEN value IS 93 (36.72% from 255) = 25.20%
BLUE value IS 97 (38.28% from 255) = 26.29%
R=48.51%
G=25.20%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.46
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179939700.480.460.30357.2136.1353.33
HexB35D610302E1E1652435
Octal26313514106056365454465
Binary1011001110111011100001011000010111011110101100101100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35D61; }

 p { color: rgb(179,93,97); }

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

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

 a { background-color: rgb(179,93,97); }

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

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

 span { border-color: rgb(179,93,97); }

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