#B45069

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

Shades of Blush #B45069

Tints of Blush #B45069

Color information

#B45069 (or 0xB45069) is unknown color: approx Blush. HEX triplet: B4, 50 and 69. RGB value is (180,80,105). Sum of RGB (Red+Green+Blue) = 180+80+105=365 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.32% from 365); Green value is 80 (31.64% from 255 or 21.92% from 365); Blue value is 105 (41.41% from 255 or 28.77% from 365); Max value from RGB is 180 - color contains mainly: red. Hex color #B45069 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45069 is #4BAF96. Grayscale: #707070. Windows color (decimal): -4960151 or 6901940. OLE color: 6901940.

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

Color convert

RGB18080105-
CMYK00.560.420.29
HSL345º40%50.98%-
HSV(B)345º55.56%70.59%-
XYZ24.2416.4615.26-
YUV112.75123.63175.97-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.32%
GREEN value IS 80 (31.64% from 255) = 21.92%
BLUE value IS 105 (41.41% from 255) = 28.77%
R=49.32%
G=21.92%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808010500.560.420.293454050.98
HexB450690382A1D1592833
Octal26412015107052355315063
Binary1011010010100001101001011100010101011101101011001101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45069; }

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

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

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

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

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

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

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

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