#B8606A

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

Shades of Blush #B8606A

Tints of Blush #B8606A

Color information

#B8606A (or 0xB8606A) is unknown color: approx Blush. HEX triplet: B8, 60 and 6A. RGB value is (184,96,106). Sum of RGB (Red+Green+Blue) = 184+96+106=386 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.67% from 386); Green value is 96 (37.89% from 255 or 24.87% from 386); Blue value is 106 (41.80% from 255 or 27.46% from 386); Max value from RGB is 184 - color contains mainly: red. Hex color #B8606A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8606A is #479F95. Grayscale: #7B7B7B. Windows color (decimal): -4693910 or 6971576. OLE color: 6971576.

HSL color Cylindrical-coordinate representation of color #B8606A: hue angle of 353.18º 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 #B8606A is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.28.

Color convert

RGB18496106-
CMYK00.480.420.28
HSL353.18º38.26%54.9%-
HSV(B)353.18º47.83%72.16%-
XYZ26.5519.616.02-
YUV123.45118.15171.19-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.67%
GREEN value IS 96 (37.89% from 255) = 24.87%
BLUE value IS 106 (41.80% from 255) = 27.46%
R=47.67%
G=24.87%
B=27.46%

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
Decimal1849610600.480.420.28353.1838.2654.9
HexB8606A0302A1C1612637
Octal27014015206052345414667
Binary1011100011000001101010011000010101011100101100001100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8606A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8606A; }

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

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

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

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

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

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

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

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