Html Css Color HEX #B44E66 Blush

📋 copy color: '#B44E66'

red 180 ◦ green 78 ◦ blue 102

#B44E66
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blush #B44E66

Tints of Blush #B44E66

RGB

 RED value IS 180 (70.7% from 255) = 50%

 GREEN value IS 78 (30.86% from 255) = 21.67%

 BLUE value IS 102 (40.23% from 255) = 28.33%

R = 50%
G = 21.67%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#B44E66 (or 0xB44E66) is known color: Blush. HEX triplet: B4, 4E and 66. RGB value is (180,78,102). Sum of RGB (Red+Green+Blue) = 180+78+102=360 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50% from 360); Green value is 78 (30.86% from 255 or 21.67% from 360); Blue value is 102 (40.23% from 255 or 28.33% from 360); Max value from RGB is 180 - color contains mainly: red. Hex color #B44E66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B44E66 is #4BB199. Grayscale: #6F6F6F. Windows color (decimal): -4960666 or 6704820. OLE color: 6704820.

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

Color convert

RGB 180 78 102 -
CMYK 0 0.57 0.43 0.29
HSL 345.88º 0.4% 0.51% -
HSV(B) 345.88º 0.57% 0.71% -
XYZ 23.95 16.11 14.42 -
YUV 111.23 122.79 177.05 -
System Red Green Blue C M Y K H S L
Decimal 180 78 102 0 0.57 0.43 0.29 345.88 0.4 0.51
Hex B4 4E 66 0 39 2B 1D 15A 28 33
Octal 264 116 146 0 71 53 35 532 50 63
Binary 10110100 1001110 1100110 0 111001 101011 11101 101011010 101000 110011

Color Harmonies of #B44E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44E66

Black with #B44E66

Text Example


Text Example

White with #B44E66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44E66; }

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

 H1.HeaderClassName
 {
   color: #B44E66;
 }
 .AnyTagClassName
 {
   color: #B44E66;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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