#B7526B

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

Shades of Blush #B7526B

Tints of Blush #B7526B

Color information

#B7526B (or 0xB7526B) is unknown color: approx Blush. HEX triplet: B7, 52 and 6B. RGB value is (183,82,107). Sum of RGB (Red+Green+Blue) = 183+82+107=372 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.19% from 372); Green value is 82 (32.42% from 255 or 22.04% from 372); Blue value is 107 (42.19% from 255 or 28.76% from 372); Max value from RGB is 183 - color contains mainly: red. Hex color #B7526B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7526B is #48AD94. Grayscale: #737373. Windows color (decimal): -4763029 or 7033527. OLE color: 7033527.

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

Color convert

RGB18382107-
CMYK00.550.420.28
HSL345.15º41.22%51.96%-
HSV(B)345.15º55.19%71.76%-
XYZ25.217.1615.89-
YUV115.05123.46176.47-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.19%
GREEN value IS 82 (32.42% from 255) = 22.04%
BLUE value IS 107 (42.19% from 255) = 28.76%
R=49.19%
G=22.04%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.42
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838210700.550.420.28345.1541.2251.96
HexB7526B0372A1C1592934
Octal26712215306752345315164
Binary1011011110100101101011011011110101011100101011001101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7526B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7526B; }

 p { color: rgb(183,82,107); }

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

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

 a { background-color: rgb(183,82,107); }

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

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

 span { border-color: rgb(183,82,107); }

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