#B35F6F

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

Shades of Blush #B35F6F

Tints of Blush #B35F6F

Color information

#B35F6F (or 0xB35F6F) is unknown color: approx Blush. HEX triplet: B3, 5F and 6F. RGB value is (179,95,111). Sum of RGB (Red+Green+Blue) = 179+95+111=385 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.49% from 385); Green value is 95 (37.5% from 255 or 24.68% from 385); Blue value is 111 (43.75% from 255 or 28.83% from 385); Max value from RGB is 179 - color contains mainly: red. Hex color #B35F6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35F6F is #4CA090. Grayscale: #797979. Windows color (decimal): -5021841 or 7298995. OLE color: 7298995.

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

Color convert

RGB17995111-
CMYK00.470.380.30
HSL348.57º35.59%53.73%-
HSV(B)348.57º46.93%70.2%-
XYZ25.5518.9217.34-
YUV121.94121.83168.7-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.49%
GREEN value IS 95 (37.5% from 255) = 24.68%
BLUE value IS 111 (43.75% from 255) = 28.83%
R=46.49%
G=24.68%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.38
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799511100.470.380.30348.5735.5953.73
HexB35F6F02F261E15d2436
Octal26313715705746365354466
Binary1011001110111111101111010111110011011110101011101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35F6F; }

 p { color: rgb(179,95,111); }

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

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

 a { background-color: rgb(179,95,111); }

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

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

 span { border-color: rgb(179,95,111); }

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