#B35A6B

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

Shades of Blush #B35A6B

Tints of Blush #B35A6B

Color information

#B35A6B (or 0xB35A6B) is unknown color: approx Blush. HEX triplet: B3, 5A and 6B. RGB value is (179,90,107). Sum of RGB (Red+Green+Blue) = 179+90+107=376 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.61% from 376); Green value is 90 (35.55% from 255 or 23.94% from 376); Blue value is 107 (42.19% from 255 or 28.46% from 376); Max value from RGB is 179 - color contains mainly: red. Hex color #B35A6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35A6B is #4CA594. Grayscale: #767676. Windows color (decimal): -5023125 or 7035571. OLE color: 7035571.

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

Color convert

RGB17990107-
CMYK00.500.400.30
HSL348.54º36.93%52.75%-
HSV(B)348.54º49.72%70.2%-
XYZ24.917.9616.06-
YUV118.55121.49171.12-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.61%
GREEN value IS 90 (35.55% from 255) = 23.94%
BLUE value IS 107 (42.19% from 255) = 28.46%
R=47.61%
G=23.94%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.40
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799010700.500.400.30348.5436.9352.75
HexB35A6B032281E15d2535
Octal26313215306250365354565
Binary1011001110110101101011011001010100011110101011101100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35A6B; }

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

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

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

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

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

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

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

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