#B45968

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

Shades of Blush #B45968

Tints of Blush #B45968

Color information

#B45968 (or 0xB45968) is unknown color: approx Blush. HEX triplet: B4, 59 and 68. RGB value is (180,89,104). Sum of RGB (Red+Green+Blue) = 180+89+104=373 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.26% from 373); Green value is 89 (35.16% from 255 or 23.86% from 373); Blue value is 104 (41.02% from 255 or 27.88% from 373); Max value from RGB is 180 - color contains mainly: red. Hex color #B45968 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45968 is #4BA697. Grayscale: #757575. Windows color (decimal): -4957848 or 6838708. OLE color: 6838708.

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

Color convert

RGB18089104-
CMYK00.510.420.29
HSL350.11º37.76%52.75%-
HSV(B)350.11º50.56%70.59%-
XYZ24.8917.8515.23-
YUV117.92120.15172.28-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.26%
GREEN value IS 89 (35.16% from 255) = 23.86%
BLUE value IS 104 (41.02% from 255) = 27.88%
R=48.26%
G=23.86%
B=27.88%

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
Decimal1808910400.510.420.29350.1137.7652.75
HexB459680332A1D15e2635
Octal26413115006352355364665
Binary1011010010110011101000011001110101011101101011110100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45968; }

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

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

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

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

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

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

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

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