#B4565D

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

Shades of Blush #B4565D

Tints of Blush #B4565D

Color information

#B4565D (or 0xB4565D) is unknown color: approx Blush. HEX triplet: B4, 56 and 5D. RGB value is (180,86,93). Sum of RGB (Red+Green+Blue) = 180+86+93=359 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.14% from 359); Green value is 86 (33.98% from 255 or 23.96% from 359); Blue value is 93 (36.72% from 255 or 25.91% from 359); Max value from RGB is 180 - color contains mainly: red. Hex color #B4565D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4565D is #4BA9A2. Grayscale: #727272. Windows color (decimal): -4958627 or 6117044. OLE color: 6117044.

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

Color convert

RGB1808693-
CMYK00.520.480.29
HSL355.53º38.52%52.16%-
HSV(B)355.53º52.22%70.59%-
XYZ24.1317.1512.39-
YUV114.9115.64174.43-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.14%
GREEN value IS 86 (33.98% from 255) = 23.96%
BLUE value IS 93 (36.72% from 255) = 25.91%
R=50.14%
G=23.96%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180869300.520.480.29355.5338.5252.16
HexB4565D034301D1642734
Octal26412613506460355444764
Binary1011010010101101011101011010011000011101101100100100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4565D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4565D; }

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

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

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

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

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

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

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

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