#B7506E

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

Shades of Blush #B7506E

Tints of Blush #B7506E

Color information

#B7506E (or 0xB7506E) is unknown color: approx Blush. HEX triplet: B7, 50 and 6E. RGB value is (183,80,110). Sum of RGB (Red+Green+Blue) = 183+80+110=373 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.06% from 373); Green value is 80 (31.64% from 255 or 21.45% from 373); Blue value is 110 (43.36% from 255 or 29.49% from 373); Max value from RGB is 183 - color contains mainly: red. Hex color #B7506E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7506E is #48AF91. Grayscale: #727272. Windows color (decimal): -4763538 or 7229623. OLE color: 7229623.

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

Color convert

RGB18380110-
CMYK00.560.400.28
HSL342.52º41.7%51.57%-
HSV(B)342.52º56.28%71.76%-
XYZ25.2116.9316.69-
YUV114.22125.62177.06-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.06%
GREEN value IS 80 (31.64% from 255) = 21.45%
BLUE value IS 110 (43.36% from 255) = 29.49%
R=49.06%
G=21.45%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838011000.560.400.28342.5241.751.57
HexB7506E038281C1572a34
Octal26712015607050345275264
Binary1011011110100001101110011100010100011100101010111101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7506E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7506E; }

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

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

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

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

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

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

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

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