#B7606D

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

Shades of Blush #B7606D

Tints of Blush #B7606D

Color information

#B7606D (or 0xB7606D) is unknown color: approx Blush. HEX triplet: B7, 60 and 6D. RGB value is (183,96,109). Sum of RGB (Red+Green+Blue) = 183+96+109=388 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.16% from 388); Green value is 96 (37.89% from 255 or 24.74% from 388); Blue value is 109 (42.97% from 255 or 28.09% from 388); Max value from RGB is 183 - color contains mainly: red. Hex color #B7606D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7606D is #489F92. Grayscale: #7B7B7B. Windows color (decimal): -4759443 or 7168183. OLE color: 7168183.

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

Color convert

RGB18396109-
CMYK00.480.400.28
HSL351.03º37.66%54.71%-
HSV(B)351.03º47.54%71.76%-
XYZ26.4719.5416.84-
YUV123.49119.82170.44-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.16%
GREEN value IS 96 (37.89% from 255) = 24.74%
BLUE value IS 109 (42.97% from 255) = 28.09%
R=47.16%
G=24.74%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839610900.480.400.28351.0337.6654.71
HexB7606D030281C15f2637
Octal26714015506050345374667
Binary1011011111000001101101011000010100011100101011111100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7606D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7606D; }

 p { color: rgb(183,96,109); }

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

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

 a { background-color: rgb(183,96,109); }

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

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

 span { border-color: rgb(183,96,109); }

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