#B45363

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

Shades of Blush #B45363

Tints of Blush #B45363

Color information

#B45363 (or 0xB45363) is unknown color: approx Blush. HEX triplet: B4, 53 and 63. RGB value is (180,83,99). Sum of RGB (Red+Green+Blue) = 180+83+99=362 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.72% from 362); Green value is 83 (32.81% from 255 or 22.93% from 362); Blue value is 99 (39.06% from 255 or 27.35% from 362); Max value from RGB is 180 - color contains mainly: red. Hex color #B45363 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45363 is #4BAC9C. Grayscale: #717171. Windows color (decimal): -4959389 or 6509492. OLE color: 6509492.

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

Color convert

RGB1808399-
CMYK00.540.450.29
HSL350.1º39.27%51.57%-
HSV(B)350.1º53.89%70.59%-
XYZ24.1716.7913.77-
YUV113.83119.64175.2-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.72%
GREEN value IS 83 (32.81% from 255) = 22.93%
BLUE value IS 99 (39.06% from 255) = 27.35%
R=49.72%
G=22.93%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180839900.540.450.29350.139.2751.57
HexB453630362D1D15e2734
Octal26412314306655355364764
Binary1011010010100111100011011011010110111101101011110100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45363; }

 p { color: rgb(180,83,99); }

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

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

 a { background-color: rgb(180,83,99); }

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

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

 span { border-color: rgb(180,83,99); }

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