#B45769

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

Shades of Blush #B45769

Tints of Blush #B45769

Color information

#B45769 (or 0xB45769) is unknown color: approx Blush. HEX triplet: B4, 57 and 69. RGB value is (180,87,105). Sum of RGB (Red+Green+Blue) = 180+87+105=372 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.39% from 372); Green value is 87 (34.38% from 255 or 23.39% from 372); Blue value is 105 (41.41% from 255 or 28.23% from 372); Max value from RGB is 180 - color contains mainly: red. Hex color #B45769 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45769 is #4BA896. Grayscale: #747474. Windows color (decimal): -4958359 or 6903732. OLE color: 6903732.

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

Color convert

RGB18087105-
CMYK00.520.420.29
HSL348.39º38.27%52.35%-
HSV(B)348.39º51.67%70.59%-
XYZ24.7817.5415.44-
YUV116.86121.31173.04-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.39%
GREEN value IS 87 (34.38% from 255) = 23.39%
BLUE value IS 105 (41.41% from 255) = 28.23%
R=48.39%
G=23.39%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808710500.520.420.29348.3938.2752.35
HexB457690342A1D15c2634
Octal26412715106452355344664
Binary1011010010101111101001011010010101011101101011100100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45769; }

 p { color: rgb(180,87,105); }

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

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

 a { background-color: rgb(180,87,105); }

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

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

 span { border-color: rgb(180,87,105); }

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