#B4526B

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

Shades of Blush #B4526B

Tints of Blush #B4526B

Color information

#B4526B (or 0xB4526B) is unknown color: approx Blush. HEX triplet: B4, 52 and 6B. RGB value is (180,82,107). Sum of RGB (Red+Green+Blue) = 180+82+107=369 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.78% from 369); Green value is 82 (32.42% from 255 or 22.22% from 369); Blue value is 107 (42.19% from 255 or 29.00% from 369); Max value from RGB is 180 - color contains mainly: red. Hex color #B4526B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4526B is #4BAD94. Grayscale: #727272. Windows color (decimal): -4959637 or 7033524. OLE color: 7033524.

HSL color Cylindrical-coordinate representation of color #B4526B: hue angle of 344.69º 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 #B4526B is Cyan = 0, Magento = 0.54, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB18082107-
CMYK00.540.410.29
HSL344.69º39.52%51.37%-
HSV(B)344.69º54.44%70.59%-
XYZ24.4916.815.86-
YUV114.15123.97174.97-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.78%
GREEN value IS 82 (32.42% from 255) = 22.22%
BLUE value IS 107 (42.19% from 255) = 29.00%
R=48.78%
G=22.22%
B=29.00%

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
Decimal1808210700.540.410.29344.6939.5251.37
HexB4526B036291D1592833
Octal26412215306651355315063
Binary1011010010100101101011011011010100111101101011001101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4526B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4526B; }

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

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

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

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

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

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

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

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