#B45169

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

Shades of Blush #B45169

Tints of Blush #B45169

Color information

#B45169 (or 0xB45169) is unknown color: approx Blush. HEX triplet: B4, 51 and 69. RGB value is (180,81,105). Sum of RGB (Red+Green+Blue) = 180+81+105=366 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.18% from 366); Green value is 81 (32.03% from 255 or 22.13% from 366); Blue value is 105 (41.41% from 255 or 28.69% from 366); Max value from RGB is 180 - color contains mainly: red. Hex color #B45169 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45169 is #4BAE96. Grayscale: #717171. Windows color (decimal): -4959895 or 6902196. OLE color: 6902196.

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

Color convert

RGB18081105-
CMYK00.550.420.29
HSL345.45º39.76%51.18%-
HSV(B)345.45º55%70.59%-
XYZ24.3116.6115.29-
YUV113.34123.3175.55-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.18%
GREEN value IS 81 (32.03% from 255) = 22.13%
BLUE value IS 105 (41.41% from 255) = 28.69%
R=49.18%
G=22.13%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808110500.550.420.29345.4539.7651.18
HexB451690372A1D1592833
Octal26412115106752355315063
Binary1011010010100011101001011011110101011101101011001101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45169; }

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

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

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

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

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

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

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

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