Html Css Color HEX #B44464 Rouge

📋 copy color: '#B44464'

red 180 ◦ green 68 ◦ blue 100

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

Shades of Rouge #B44464

Tints of Rouge #B44464

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.54%

 BLUE value IS 100 (39.45% from 255) = 28.74%

R = 51.72%
G = 19.54%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#B44464 (or 0xB44464) is known color: Rouge. HEX triplet: B4, 44 and 64. RGB value is (180,68,100). Sum of RGB (Red+Green+Blue) = 180+68+100=348 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.72% from 348); Green value is 68 (26.95% from 255 or 19.54% from 348); Blue value is 100 (39.45% from 255 or 28.74% from 348); Max value from RGB is 180 - color contains mainly: red. Hex color #B44464 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44464 is #4BBB9B. Grayscale: #696969. Windows color (decimal): -4963228 or 6571188. OLE color: 6571188.

HSL color Cylindrical-coordinate representation of color #B44464: hue angle of 342.86º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B44464 is Cyan = 0, Magento = 0.62, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 68 100 -
CMYK 0 0.62 0.44 0.29
HSL 342.86º 0.45% 0.49% -
HSV(B) 342.86º 0.62% 0.71% -
XYZ 23.19 14.76 13.68 -
YUV 105.14 125.11 181.4 -
System Red Green Blue C M Y K H S L
Decimal 180 68 100 0 0.62 0.44 0.29 342.86 0.45 0.49
Hex B4 44 64 0 3E 2C 1D 157 2D 31
Octal 264 104 144 0 76 54 35 527 55 61
Binary 10110100 1000100 1100100 0 111110 101100 11101 101010111 101101 110001

Color Harmonies of #B44464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44464

Black with #B44464

Text Example


Text Example

White with #B44464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44464; }

 p { color: rgb(180,68,100); }

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

background-color css

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

 a { background-color: rgb(180,68,100); }

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

border-color css

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

 span { border-color: rgb(180,68,100); }

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