#B45261

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

Shades of Blush #B45261

Tints of Blush #B45261

Color information

#B45261 (or 0xB45261) is unknown color: approx Blush. HEX triplet: B4, 52 and 61. RGB value is (180,82,97). Sum of RGB (Red+Green+Blue) = 180+82+97=359 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.14% from 359); Green value is 82 (32.42% from 255 or 22.84% from 359); Blue value is 97 (38.28% from 255 or 27.02% from 359); Max value from RGB is 180 - color contains mainly: red. Hex color #B45261 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45261 is #4BAD9E. Grayscale: #717171. Windows color (decimal): -4959647 or 6378164. OLE color: 6378164.

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

Color convert

RGB1808297-
CMYK00.540.460.29
HSL350.82º39.52%51.37%-
HSV(B)350.82º54.44%70.59%-
XYZ2416.613.25-
YUV113.01118.97175.78-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.14%
GREEN value IS 82 (32.42% from 255) = 22.84%
BLUE value IS 97 (38.28% from 255) = 27.02%
R=50.14%
G=22.84%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180829700.540.460.29350.8239.5251.37
HexB452610362E1D15f2833
Octal26412214106656355375063
Binary1011010010100101100001011011010111011101101011111101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45261; }

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

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

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

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

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

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

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

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