#B45161

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

Shades of Blush #B45161

Tints of Blush #B45161

Color information

#B45161 (or 0xB45161) is unknown color: approx Blush. HEX triplet: B4, 51 and 61. RGB value is (180,81,97). Sum of RGB (Red+Green+Blue) = 180+81+97=358 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.28% from 358); Green value is 81 (32.03% from 255 or 22.63% from 358); Blue value is 97 (38.28% from 255 or 27.09% from 358); Max value from RGB is 180 - color contains mainly: red. Hex color #B45161 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45161 is #4BAE9E. Grayscale: #707070. Windows color (decimal): -4959903 or 6377908. OLE color: 6377908.

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

Color convert

RGB1808197-
CMYK00.550.460.29
HSL350.3º39.76%51.18%-
HSV(B)350.3º55%70.59%-
XYZ23.9216.4513.22-
YUV112.42119.3176.2-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.28%
GREEN value IS 81 (32.03% from 255) = 22.63%
BLUE value IS 97 (38.28% from 255) = 27.09%
R=50.28%
G=22.63%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180819700.550.460.29350.339.7651.18
HexB451610372E1D15e2833
Octal26412114106756355365063
Binary1011010010100011100001011011110111011101101011110101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45161; }

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

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

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

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

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

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

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

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