#B35665

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

Shades of Blush #B35665

Tints of Blush #B35665

Color information

#B35665 (or 0xB35665) is unknown color: approx Blush. HEX triplet: B3, 56 and 65. RGB value is (179,86,101). Sum of RGB (Red+Green+Blue) = 179+86+101=366 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.91% from 366); Green value is 86 (33.98% from 255 or 23.50% from 366); Blue value is 101 (39.84% from 255 or 27.60% from 366); Max value from RGB is 179 - color contains mainly: red. Hex color #B35665 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35665 is #4CA99A. Grayscale: #737373. Windows color (decimal): -5024155 or 6641331. OLE color: 6641331.

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

Color convert

RGB17986101-
CMYK00.520.440.30
HSL350.32º37.96%51.96%-
HSV(B)350.32º51.96%70.2%-
XYZ24.2717.1814.35-
YUV115.52119.81173.28-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 48.91%
GREEN value IS 86 (33.98% from 255) = 23.50%
BLUE value IS 101 (39.84% from 255) = 27.60%
R=48.91%
G=23.50%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798610100.520.440.30350.3237.9651.96
HexB356650342C1E15e2634
Octal26312614506454365364664
Binary1011001110101101100101011010010110011110101011110100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35665; }

 p { color: rgb(179,86,101); }

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

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

 a { background-color: rgb(179,86,101); }

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

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

 span { border-color: rgb(179,86,101); }

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