#B45469

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

Shades of Blush #B45469

Tints of Blush #B45469

Color information

#B45469 (or 0xB45469) is unknown color: approx Blush. HEX triplet: B4, 54 and 69. RGB value is (180,84,105). Sum of RGB (Red+Green+Blue) = 180+84+105=369 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.78% from 369); Green value is 84 (33.20% from 255 or 22.76% from 369); Blue value is 105 (41.41% from 255 or 28.46% from 369); Max value from RGB is 180 - color contains mainly: red. Hex color #B45469 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45469 is #4BAB96. Grayscale: #737373. Windows color (decimal): -4959127 or 6902964. OLE color: 6902964.

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

Color convert

RGB18084105-
CMYK00.530.420.29
HSL346.88º39.02%51.76%-
HSV(B)346.88º53.33%70.59%-
XYZ24.5417.0615.36-
YUV115.1122.3174.29-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.78%
GREEN value IS 84 (33.20% from 255) = 22.76%
BLUE value IS 105 (41.41% from 255) = 28.46%
R=48.78%
G=22.76%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808410500.530.420.29346.8839.0251.76
HexB454690352A1D15b2734
Octal26412415106552355334764
Binary1011010010101001101001011010110101011101101011011100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45469; }

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

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

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

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

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

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

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

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