#B4526A

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

Shades of Blush #B4526A

Tints of Blush #B4526A

Color information

#B4526A (or 0xB4526A) is unknown color: approx Blush. HEX triplet: B4, 52 and 6A. RGB value is (180,82,106). Sum of RGB (Red+Green+Blue) = 180+82+106=368 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.91% from 368); Green value is 82 (32.42% from 255 or 22.28% from 368); Blue value is 106 (41.80% from 255 or 28.80% from 368); Max value from RGB is 180 - color contains mainly: red. Hex color #B4526A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4526A is #4BAD95. Grayscale: #727272. Windows color (decimal): -4959638 or 6967988. OLE color: 6967988.

HSL color Cylindrical-coordinate representation of color #B4526A: hue angle of 345.31º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B4526A is Cyan = 0, Magento = 0.54, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB18082106-
CMYK00.540.410.29
HSL345.31º39.52%51.37%-
HSV(B)345.31º54.44%70.59%-
XYZ24.4416.7815.59-
YUV114.04123.47175.05-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.91%
GREEN value IS 82 (32.42% from 255) = 22.28%
BLUE value IS 106 (41.80% from 255) = 28.80%
R=48.91%
G=22.28%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808210600.540.410.29345.3139.5251.37
HexB4526A036291D1592833
Octal26412215206651355315063
Binary1011010010100101101010011011010100111101101011001101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4526A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4526A; }

 p { color: rgb(180,82,106); }

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

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

 a { background-color: rgb(180,82,106); }

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

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

 span { border-color: rgb(180,82,106); }

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