#B45466

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

Shades of Blush #B45466

Tints of Blush #B45466

Color information

#B45466 (or 0xB45466) is unknown color: approx Blush. HEX triplet: B4, 54 and 66. RGB value is (180,84,102). Sum of RGB (Red+Green+Blue) = 180+84+102=366 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.18% from 366); Green value is 84 (33.20% from 255 or 22.95% from 366); Blue value is 102 (40.23% from 255 or 27.87% from 366); Max value from RGB is 180 - color contains mainly: red. Hex color #B45466 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45466 is #4BAB99. Grayscale: #727272. Windows color (decimal): -4959130 or 6706356. OLE color: 6706356.

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

Color convert

RGB18084102-
CMYK00.530.430.29
HSL348.75º39.02%51.76%-
HSV(B)348.75º53.33%70.59%-
XYZ24.391714.57-
YUV114.76120.8174.54-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.18%
GREEN value IS 84 (33.20% from 255) = 22.95%
BLUE value IS 102 (40.23% from 255) = 27.87%
R=49.18%
G=22.95%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808410200.530.430.29348.7539.0251.76
HexB454660352B1D15d2734
Octal26412414606553355354764
Binary1011010010101001100110011010110101111101101011101100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45466; }

 p { color: rgb(180,84,102); }

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

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

 a { background-color: rgb(180,84,102); }

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

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

 span { border-color: rgb(180,84,102); }

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