#B5616B

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

Shades of Blush #B5616B

Tints of Blush #B5616B

Color information

#B5616B (or 0xB5616B) is unknown color: approx Blush. HEX triplet: B5, 61 and 6B. RGB value is (181,97,107). Sum of RGB (Red+Green+Blue) = 181+97+107=385 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.01% from 385); Green value is 97 (38.28% from 255 or 25.19% from 385); Blue value is 107 (42.19% from 255 or 27.79% from 385); Max value from RGB is 181 - color contains mainly: red. Hex color #B5616B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5616B is #4A9E94. Grayscale: #7B7B7B. Windows color (decimal): -4890261 or 7037365. OLE color: 7037365.

HSL color Cylindrical-coordinate representation of color #B5616B: hue angle of 352.86º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B5616B is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB18197107-
CMYK00.460.410.29
HSL352.86º36.21%54.51%-
HSV(B)352.86º46.41%70.98%-
XYZ25.9819.4316.29-
YUV123.26118.83169.19-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.01%
GREEN value IS 97 (38.28% from 255) = 25.19%
BLUE value IS 107 (42.19% from 255) = 27.79%
R=47.01%
G=25.19%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819710700.460.410.29352.8636.2154.51
HexB5616B02E291D1612437
Octal26514115305651355414467
Binary1011010111000011101011010111010100111101101100001100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5616B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5616B; }

 p { color: rgb(181,97,107); }

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

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

 a { background-color: rgb(181,97,107); }

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

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

 span { border-color: rgb(181,97,107); }

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