#B45265

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

Shades of Blush #B45265

Tints of Blush #B45265

Color information

#B45265 (or 0xB45265) is unknown color: approx Blush. HEX triplet: B4, 52 and 65. RGB value is (180,82,101). Sum of RGB (Red+Green+Blue) = 180+82+101=363 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.59% from 363); Green value is 82 (32.42% from 255 or 22.59% from 363); Blue value is 101 (39.84% from 255 or 27.82% from 363); Max value from RGB is 180 - color contains mainly: red. Hex color #B45265 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45265 is #4BAD9A. Grayscale: #717171. Windows color (decimal): -4959643 or 6640308. OLE color: 6640308.

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

Color convert

RGB18082101-
CMYK00.540.440.29
HSL348.37º39.52%51.37%-
HSV(B)348.37º54.44%70.59%-
XYZ24.1916.6814.26-
YUV113.47120.97175.46-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.59%
GREEN value IS 82 (32.42% from 255) = 22.59%
BLUE value IS 101 (39.84% from 255) = 27.82%
R=49.59%
G=22.59%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808210100.540.440.29348.3739.5251.37
HexB452650362C1D15c2833
Octal26412214506654355345063
Binary1011010010100101100101011011010110011101101011100101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45265; }

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

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

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

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

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

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

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

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