#B45866

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

Shades of Blush #B45866

Tints of Blush #B45866

Color information

#B45866 (or 0xB45866) is unknown color: approx Blush. HEX triplet: B4, 58 and 66. RGB value is (180,88,102). Sum of RGB (Red+Green+Blue) = 180+88+102=370 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.65% from 370); Green value is 88 (34.77% from 255 or 23.78% from 370); Blue value is 102 (40.23% from 255 or 27.57% from 370); Max value from RGB is 180 - color contains mainly: red. Hex color #B45866 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45866 is #4BA799. Grayscale: #757575. Windows color (decimal): -4958106 or 6707380. OLE color: 6707380.

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

Color convert

RGB18088102-
CMYK00.510.430.29
HSL350.87º38.02%52.55%-
HSV(B)350.87º51.11%70.59%-
XYZ24.7117.6414.67-
YUV117.1119.48172.86-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.65%
GREEN value IS 88 (34.77% from 255) = 23.78%
BLUE value IS 102 (40.23% from 255) = 27.57%
R=48.65%
G=23.78%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808810200.510.430.29350.8738.0252.55
HexB458660332B1D15f2635
Octal26413014606353355374665
Binary1011010010110001100110011001110101111101101011111100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45866; }

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

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

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

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

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

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

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

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