#B35A5C

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

Shades of Blush #B35A5C

Tints of Blush #B35A5C

Color information

#B35A5C (or 0xB35A5C) is unknown color: approx Blush. HEX triplet: B3, 5A and 5C. RGB value is (179,90,92). Sum of RGB (Red+Green+Blue) = 179+90+92=361 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.58% from 361); Green value is 90 (35.55% from 255 or 24.93% from 361); Blue value is 92 (36.33% from 255 or 25.48% from 361); Max value from RGB is 179 - color contains mainly: red. Hex color #B35A5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35A5C is #4CA5A3. Grayscale: #747474. Windows color (decimal): -5023140 or 6052531. OLE color: 6052531.

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

Color convert

RGB1799092-
CMYK00.500.490.30
HSL358.65º36.93%52.75%-
HSV(B)358.65º49.72%70.2%-
XYZ24.1817.6712.26-
YUV116.84113.99172.34-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.58%
GREEN value IS 90 (35.55% from 255) = 24.93%
BLUE value IS 92 (36.33% from 255) = 25.48%
R=49.58%
G=24.93%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179909200.500.490.30358.6536.9352.75
HexB35A5C032311E1672535
Octal26313213406261365474565
Binary1011001110110101011100011001011000111110101100111100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35A5C; }

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

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

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

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

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

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

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

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