#B3616E

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

Shades of Blush #B3616E

Tints of Blush #B3616E

Color information

#B3616E (or 0xB3616E) is unknown color: approx Blush. HEX triplet: B3, 61 and 6E. RGB value is (179,97,110). Sum of RGB (Red+Green+Blue) = 179+97+110=386 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.37% from 386); Green value is 97 (38.28% from 255 or 25.13% from 386); Blue value is 110 (43.36% from 255 or 28.50% from 386); Max value from RGB is 179 - color contains mainly: red. Hex color #B3616E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3616E is #4C9E91. Grayscale: #7B7B7B. Windows color (decimal): -5021330 or 7233971. OLE color: 7233971.

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

Color convert

RGB17997110-
CMYK00.460.390.30
HSL350.49º35.04%54.12%-
HSV(B)350.49º45.81%70.2%-
XYZ25.6819.2617.12-
YUV123120.67167.94-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.37%
GREEN value IS 97 (38.28% from 255) = 25.13%
BLUE value IS 110 (43.36% from 255) = 28.50%
R=46.37%
G=25.13%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.39
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799711000.460.390.30350.4935.0454.12
HexB3616E02E271E15e2336
Octal26314115605647365364366
Binary1011001111000011101110010111010011111110101011110100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3616E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3616E; }

 p { color: rgb(179,97,110); }

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

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

 a { background-color: rgb(179,97,110); }

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

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

 span { border-color: rgb(179,97,110); }

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