#B45969

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

Shades of Blush #B45969

Tints of Blush #B45969

Color information

#B45969 (or 0xB45969) is unknown color: approx Blush. HEX triplet: B4, 59 and 69. RGB value is (180,89,105). Sum of RGB (Red+Green+Blue) = 180+89+105=374 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.13% from 374); Green value is 89 (35.16% from 255 or 23.80% from 374); Blue value is 105 (41.41% from 255 or 28.07% from 374); Max value from RGB is 180 - color contains mainly: red. Hex color #B45969 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45969 is #4BA696. Grayscale: #767676. Windows color (decimal): -4957847 or 6904244. OLE color: 6904244.

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

Color convert

RGB18089105-
CMYK00.510.420.29
HSL349.45º37.76%52.75%-
HSV(B)349.45º50.56%70.59%-
XYZ24.9417.8715.5-
YUV118.03120.65172.2-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.13%
GREEN value IS 89 (35.16% from 255) = 23.80%
BLUE value IS 105 (41.41% from 255) = 28.07%
R=48.13%
G=23.80%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808910500.510.420.29349.4537.7652.75
HexB459690332A1D15d2635
Octal26413115106352355354665
Binary1011010010110011101001011001110101011101101011101100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45969; }

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

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

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

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

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

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

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

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