#B44C66

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

Shades of Blush #B44C66

Tints of Blush #B44C66

Color information

#B44C66 (or 0xB44C66) is unknown color: approx Blush. HEX triplet: B4, 4C and 66. RGB value is (180,76,102). Sum of RGB (Red+Green+Blue) = 180+76+102=358 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.28% from 358); Green value is 76 (30.08% from 255 or 21.23% from 358); Blue value is 102 (40.23% from 255 or 28.49% from 358); Max value from RGB is 180 - color contains mainly: red. Hex color #B44C66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44C66 is #4BB399. Grayscale: #6E6E6E. Windows color (decimal): -4961178 or 6704308. OLE color: 6704308.

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

Color convert

RGB18076102-
CMYK00.580.430.29
HSL345º40.94%50.2%-
HSV(B)345º57.78%70.59%-
XYZ23.8115.8314.37-
YUV110.06123.46177.89-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.28%
GREEN value IS 76 (30.08% from 255) = 21.23%
BLUE value IS 102 (40.23% from 255) = 28.49%
R=50.28%
G=21.23%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807610200.580.430.2934540.9450.2
HexB44C6603A2B1D1592932
Octal26411414607253355315162
Binary1011010010011001100110011101010101111101101011001101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44C66; }

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

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

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

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

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

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

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

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