#B35A68

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

Shades of Blush #B35A68

Tints of Blush #B35A68

Color information

#B35A68 (or 0xB35A68) is unknown color: approx Blush. HEX triplet: B3, 5A and 68. RGB value is (179,90,104). Sum of RGB (Red+Green+Blue) = 179+90+104=373 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.99% from 373); Green value is 90 (35.55% from 255 or 24.13% from 373); Blue value is 104 (41.02% from 255 or 27.88% from 373); Max value from RGB is 179 - color contains mainly: red. Hex color #B35A68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35A68 is #4CA597. Grayscale: #767676. Windows color (decimal): -5023128 or 6838963. OLE color: 6838963.

HSL color Cylindrical-coordinate representation of color #B35A68: hue angle of 350.56º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B35A68 is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.30.

Color convert

RGB17990104-
CMYK00.500.420.30
HSL350.56º36.93%52.75%-
HSV(B)350.56º49.72%70.2%-
XYZ24.7517.915.25-
YUV118.21119.99171.36-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.99%
GREEN value IS 90 (35.55% from 255) = 24.13%
BLUE value IS 104 (41.02% from 255) = 27.88%
R=47.99%
G=24.13%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.42
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799010400.500.420.30350.5636.9352.75
HexB35A680322A1E15f2535
Octal26313215006252365374565
Binary1011001110110101101000011001010101011110101011111100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35A68; }

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

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

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

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

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

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

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

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