#B7606A

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

Shades of Blush #B7606A

Tints of Blush #B7606A

Color information

#B7606A (or 0xB7606A) is unknown color: approx Blush. HEX triplet: B7, 60 and 6A. RGB value is (183,96,106). Sum of RGB (Red+Green+Blue) = 183+96+106=385 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.53% from 385); Green value is 96 (37.89% from 255 or 24.94% from 385); Blue value is 106 (41.80% from 255 or 27.53% from 385); Max value from RGB is 183 - color contains mainly: red. Hex color #B7606A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7606A is #489F95. Grayscale: #7B7B7B. Windows color (decimal): -4759446 or 6971575. OLE color: 6971575.

HSL color Cylindrical-coordinate representation of color #B7606A: 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.48%. Process color model (Four color, CMYK) of #B7606A is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.28.

Color convert

RGB18396106-
CMYK00.480.420.28
HSL353.1º37.66%54.71%-
HSV(B)353.1º47.54%71.76%-
XYZ26.3119.4716.01-
YUV123.15118.32170.69-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.53%
GREEN value IS 96 (37.89% from 255) = 24.94%
BLUE value IS 106 (41.80% from 255) = 27.53%
R=47.53%
G=24.94%
B=27.53%

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
Decimal1839610600.480.420.28353.137.6654.71
HexB7606A0302A1C1612637
Octal26714015206052345414667
Binary1011011111000001101010011000010101011100101100001100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7606A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7606A; }

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

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

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

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

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

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

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

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