#B8606B

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

Shades of Blush #B8606B

Tints of Blush #B8606B

Color information

#B8606B (or 0xB8606B) is unknown color: approx Blush. HEX triplet: B8, 60 and 6B. RGB value is (184,96,107). Sum of RGB (Red+Green+Blue) = 184+96+107=387 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.55% from 387); Green value is 96 (37.89% from 255 or 24.81% from 387); Blue value is 107 (42.19% from 255 or 27.65% from 387); Max value from RGB is 184 - color contains mainly: red. Hex color #B8606B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8606B is #479F94. Grayscale: #7B7B7B. Windows color (decimal): -4693909 or 7037112. OLE color: 7037112.

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

Color convert

RGB18496107-
CMYK00.480.420.28
HSL352.5º38.26%54.9%-
HSV(B)352.5º47.83%72.16%-
XYZ26.619.6216.29-
YUV123.57118.65171.11-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.55%
GREEN value IS 96 (37.89% from 255) = 24.81%
BLUE value IS 107 (42.19% from 255) = 27.65%
R=47.55%
G=24.81%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.42
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849610700.480.420.28352.538.2654.9
HexB8606B0302A1C1602637
Octal27014015306052345404667
Binary1011100011000001101011011000010101011100101100000100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8606B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8606B; }

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

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

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

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

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

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

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

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