#B7526E

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

Shades of Blush #B7526E

Tints of Blush #B7526E

Color information

#B7526E (or 0xB7526E) is unknown color: approx Blush. HEX triplet: B7, 52 and 6E. RGB value is (183,82,110). Sum of RGB (Red+Green+Blue) = 183+82+110=375 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.8% from 375); Green value is 82 (32.42% from 255 or 21.87% from 375); Blue value is 110 (43.36% from 255 or 29.33% from 375); Max value from RGB is 183 - color contains mainly: red. Hex color #B7526E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7526E is #48AD91. Grayscale: #737373. Windows color (decimal): -4763026 or 7230135. OLE color: 7230135.

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

Color convert

RGB18382110-
CMYK00.550.400.28
HSL343.37º41.22%51.96%-
HSV(B)343.37º55.19%71.76%-
XYZ25.3617.2316.74-
YUV115.39124.96176.22-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.8%
GREEN value IS 82 (32.42% from 255) = 21.87%
BLUE value IS 110 (43.36% from 255) = 29.33%
R=48.8%
G=21.87%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838211000.550.400.28343.3741.2251.96
HexB7526E037281C1572934
Octal26712215606750345275164
Binary1011011110100101101110011011110100011100101010111101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7526E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7526E; }

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

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

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

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

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

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

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

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