#B3616A

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

Shades of Blush #B3616A

Tints of Blush #B3616A

Color information

#B3616A (or 0xB3616A) is unknown color: approx Blush. HEX triplet: B3, 61 and 6A. RGB value is (179,97,106). Sum of RGB (Red+Green+Blue) = 179+97+106=382 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.86% from 382); Green value is 97 (38.28% from 255 or 25.39% from 382); Blue value is 106 (41.80% from 255 or 27.75% from 382); Max value from RGB is 179 - color contains mainly: red. Hex color #B3616A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3616A is #4C9E95. Grayscale: #7A7A7A. Windows color (decimal): -5021334 or 6971827. OLE color: 6971827.

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

Color convert

RGB17997106-
CMYK00.460.410.30
HSL353.41º35.04%54.12%-
HSV(B)353.41º45.81%70.2%-
XYZ25.4719.1715.99-
YUV122.54118.67168.27-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.86%
GREEN value IS 97 (38.28% from 255) = 25.39%
BLUE value IS 106 (41.80% from 255) = 27.75%
R=46.86%
G=25.39%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.41
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799710600.460.410.30353.4135.0454.12
HexB3616A02E291E1612336
Octal26314115205651365414366
Binary1011001111000011101010010111010100111110101100001100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3616A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3616A; }

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

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

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

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

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

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

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

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