#B35D6A

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

Shades of Blush #B35D6A

Tints of Blush #B35D6A

Color information

#B35D6A (or 0xB35D6A) is unknown color: approx Blush. HEX triplet: B3, 5D and 6A. RGB value is (179,93,106). Sum of RGB (Red+Green+Blue) = 179+93+106=378 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.35% from 378); Green value is 93 (36.72% from 255 or 24.60% from 378); Blue value is 106 (41.80% from 255 or 28.04% from 378); Max value from RGB is 179 - color contains mainly: red. Hex color #B35D6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35D6A is #4CA295. Grayscale: #787878. Windows color (decimal): -5022358 or 6970803. OLE color: 6970803.

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

Color convert

RGB17993106-
CMYK00.480.410.30
HSL350.93º36.13%53.33%-
HSV(B)350.93º48.04%70.2%-
XYZ25.1118.4515.87-
YUV120.2119.99169.94-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.35%
GREEN value IS 93 (36.72% from 255) = 24.60%
BLUE value IS 106 (41.80% from 255) = 28.04%
R=47.35%
G=24.60%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.41
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799310600.480.410.30350.9336.1353.33
HexB35D6A030291E15f2435
Octal26313515206051365374465
Binary1011001110111011101010011000010100111110101011111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35D6A; }

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

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

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

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

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

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

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

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