#B45861

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

Shades of Blush #B45861

Tints of Blush #B45861

Color information

#B45861 (or 0xB45861) is unknown color: approx Blush. HEX triplet: B4, 58 and 61. RGB value is (180,88,97). Sum of RGB (Red+Green+Blue) = 180+88+97=365 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.32% from 365); Green value is 88 (34.77% from 255 or 24.11% from 365); Blue value is 97 (38.28% from 255 or 26.58% from 365); Max value from RGB is 180 - color contains mainly: red. Hex color #B45861 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45861 is #4BA79E. Grayscale: #747474. Windows color (decimal): -4958111 or 6379700. OLE color: 6379700.

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

Color convert

RGB1808897-
CMYK00.510.460.29
HSL354.13º38.02%52.55%-
HSV(B)354.13º51.11%70.59%-
XYZ24.4717.5513.41-
YUV116.53116.98173.27-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.32%
GREEN value IS 88 (34.77% from 255) = 24.11%
BLUE value IS 97 (38.28% from 255) = 26.58%
R=49.32%
G=24.11%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180889700.510.460.29354.1338.0252.55
HexB458610332E1D1622635
Octal26413014106356355424665
Binary1011010010110001100001011001110111011101101100010100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45861; }

 p { color: rgb(180,88,97); }

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

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

 a { background-color: rgb(180,88,97); }

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

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

 span { border-color: rgb(180,88,97); }

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