#B45670

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

Shades of Blush #B45670

Tints of Blush #B45670

Color information

#B45670 (or 0xB45670) is unknown color: approx Blush. HEX triplet: B4, 56 and 70. RGB value is (180,86,112). Sum of RGB (Red+Green+Blue) = 180+86+112=378 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.62% from 378); Green value is 86 (33.98% from 255 or 22.75% from 378); Blue value is 112 (44.14% from 255 or 29.63% from 378); Max value from RGB is 180 - color contains mainly: red. Hex color #B45670 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45670 is #4BA98F. Grayscale: #757575. Windows color (decimal): -4958608 or 7362228. OLE color: 7362228.

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

Color convert

RGB18086112-
CMYK00.520.380.29
HSL343.4º38.52%52.16%-
HSV(B)343.4º52.22%70.59%-
XYZ25.0717.5317.39-
YUV117.07125.14172.89-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.62%
GREEN value IS 86 (33.98% from 255) = 22.75%
BLUE value IS 112 (44.14% from 255) = 29.63%
R=47.62%
G=22.75%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808611200.520.380.29343.438.5252.16
HexB45670034261D1572734
Octal26412616006446355274764
Binary1011010010101101110000011010010011011101101010111100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45670; }

 p { color: rgb(180,86,112); }

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

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

 a { background-color: rgb(180,86,112); }

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

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

 span { border-color: rgb(180,86,112); }

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