#B35C6C

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

Shades of Blush #B35C6C

Tints of Blush #B35C6C

Color information

#B35C6C (or 0xB35C6C) is unknown color: approx Blush. HEX triplet: B3, 5C and 6C. RGB value is (179,92,108). Sum of RGB (Red+Green+Blue) = 179+92+108=379 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.23% from 379); Green value is 92 (36.33% from 255 or 24.27% from 379); Blue value is 108 (42.58% from 255 or 28.50% from 379); Max value from RGB is 179 - color contains mainly: red. Hex color #B35C6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35C6C is #4CA393. Grayscale: #777777. Windows color (decimal): -5022612 or 7101619. OLE color: 7101619.

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

Color convert

RGB17992108-
CMYK00.490.400.30
HSL348.97º36.4%53.14%-
HSV(B)348.97º48.6%70.2%-
XYZ25.1218.3216.4-
YUV119.84121.32170.2-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.23%
GREEN value IS 92 (36.33% from 255) = 24.27%
BLUE value IS 108 (42.58% from 255) = 28.50%
R=47.23%
G=24.27%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.40
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799210800.490.400.30348.9736.453.14
HexB35C6C031281E15d2435
Octal26313415406150365354465
Binary1011001110111001101100011000110100011110101011101100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35C6C; }

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

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

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

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

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

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

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

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