#B4565F

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

Shades of Blush #B4565F

Tints of Blush #B4565F

Color information

#B4565F (or 0xB4565F) is unknown color: approx Blush. HEX triplet: B4, 56 and 5F. RGB value is (180,86,95). Sum of RGB (Red+Green+Blue) = 180+86+95=361 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.86% from 361); Green value is 86 (33.98% from 255 or 23.82% from 361); Blue value is 95 (37.5% from 255 or 26.32% from 361); Max value from RGB is 180 - color contains mainly: red. Hex color #B4565F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4565F is #4BA9A0. Grayscale: #737373. Windows color (decimal): -4958625 or 6248116. OLE color: 6248116.

HSL color Cylindrical-coordinate representation of color #B4565F: hue angle of 354.26º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B4565F is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB1808695-
CMYK00.520.470.29
HSL354.26º38.52%52.16%-
HSV(B)354.26º52.22%70.59%-
XYZ24.2217.1912.87-
YUV115.13116.64174.27-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.86%
GREEN value IS 86 (33.98% from 255) = 23.82%
BLUE value IS 95 (37.5% from 255) = 26.32%
R=49.86%
G=23.82%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180869500.520.470.29354.2638.5252.16
HexB4565F0342F1D1622734
Octal26412613706457355424764
Binary1011010010101101011111011010010111111101101100010100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4565F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4565F; }

 p { color: rgb(180,86,95); }

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

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

 a { background-color: rgb(180,86,95); }

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

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

 span { border-color: rgb(180,86,95); }

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