#B8616B

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

Shades of Blush #B8616B

Tints of Blush #B8616B

Color information

#B8616B (or 0xB8616B) is unknown color: approx Blush. HEX triplet: B8, 61 and 6B. RGB value is (184,97,107). Sum of RGB (Red+Green+Blue) = 184+97+107=388 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.42% from 388); Green value is 97 (38.28% from 255 or 25% from 388); Blue value is 107 (42.19% from 255 or 27.58% from 388); Max value from RGB is 184 - color contains mainly: red. Hex color #B8616B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8616B is #479E94. Grayscale: #7C7C7C. Windows color (decimal): -4693653 or 7037368. OLE color: 7037368.

HSL color Cylindrical-coordinate representation of color #B8616B: hue angle of 353.1º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B8616B is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.28.

Color convert

RGB18497107-
CMYK00.470.420.28
HSL353.1º37.99%55.1%-
HSV(B)353.1º47.28%72.16%-
XYZ26.719.816.32-
YUV124.15118.32170.69-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.42%
GREEN value IS 97 (38.28% from 255) = 25%
BLUE value IS 107 (42.19% from 255) = 27.58%
R=47.42%
G=25%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.42
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849710700.470.420.28353.137.9955.1
HexB8616B02F2A1C1612637
Octal27014115305752345414667
Binary1011100011000011101011010111110101011100101100001100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8616B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8616B; }

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

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

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

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

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

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

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

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