#B7506D

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

Shades of Blush #B7506D

Tints of Blush #B7506D

Color information

#B7506D (or 0xB7506D) is unknown color: approx Blush. HEX triplet: B7, 50 and 6D. RGB value is (183,80,109). Sum of RGB (Red+Green+Blue) = 183+80+109=372 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.19% from 372); Green value is 80 (31.64% from 255 or 21.51% from 372); Blue value is 109 (42.97% from 255 or 29.30% from 372); Max value from RGB is 183 - color contains mainly: red. Hex color #B7506D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7506D is #48AF92. Grayscale: #727272. Windows color (decimal): -4763539 or 7164087. OLE color: 7164087.

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

Color convert

RGB18380109-
CMYK00.560.400.28
HSL343.11º41.7%51.57%-
HSV(B)343.11º56.28%71.76%-
XYZ25.1616.9116.41-
YUV114.1125.12177.14-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.19%
GREEN value IS 80 (31.64% from 255) = 21.51%
BLUE value IS 109 (42.97% from 255) = 29.30%
R=49.19%
G=21.51%
B=29.30%

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
Decimal1838010900.560.400.28343.1141.751.57
HexB7506D038281C1572a34
Octal26712015507050345275264
Binary1011011110100001101101011100010100011100101010111101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7506D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7506D; }

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

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

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

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

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

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

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

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