#B7606E

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

Shades of Blush #B7606E

Tints of Blush #B7606E

Color information

#B7606E (or 0xB7606E) is unknown color: approx Blush. HEX triplet: B7, 60 and 6E. RGB value is (183,96,110). Sum of RGB (Red+Green+Blue) = 183+96+110=389 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.04% from 389); Green value is 96 (37.89% from 255 or 24.68% from 389); Blue value is 110 (43.36% from 255 or 28.28% from 389); Max value from RGB is 183 - color contains mainly: red. Hex color #B7606E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7606E is #489F91. Grayscale: #7B7B7B. Windows color (decimal): -4759442 or 7233719. OLE color: 7233719.

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

Color convert

RGB18396110-
CMYK00.480.400.28
HSL350.34º37.66%54.71%-
HSV(B)350.34º47.54%71.76%-
XYZ26.5319.5617.13-
YUV123.61120.32170.36-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.04%
GREEN value IS 96 (37.89% from 255) = 24.68%
BLUE value IS 110 (43.36% from 255) = 28.28%
R=47.04%
G=24.68%
B=28.28%

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
Decimal1839611000.480.400.28350.3437.6654.71
HexB7606E030281C15e2637
Octal26714015606050345364667
Binary1011011111000001101110011000010100011100101011110100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7606E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7606E; }

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

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

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

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

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

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

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

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