Html Css Color HEX #B44164 Rouge

📋 copy color: '#B44164'

red 180 ◦ green 65 ◦ blue 100

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

Shades of Rouge #B44164

Tints of Rouge #B44164

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.84%

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

R = 52.17%
G = 18.84%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#B44164 (or 0xB44164) is known color: Rouge. HEX triplet: B4, 41 and 64. RGB value is (180,65,100). Sum of RGB (Red+Green+Blue) = 180+65+100=345 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.17% from 345); Green value is 65 (25.78% from 255 or 18.84% from 345); Blue value is 100 (39.45% from 255 or 28.99% from 345); Max value from RGB is 180 - color contains mainly: red. Hex color #B44164 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44164 is #4BBE9B. Grayscale: #676767. Windows color (decimal): -4963996 or 6570420. OLE color: 6570420.

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

Color convert

RGB 180 65 100 -
CMYK 0 0.64 0.44 0.29
HSL 341.74º 0.47% 0.48% -
HSV(B) 341.74º 0.64% 0.71% -
XYZ 23.01 14.4 13.62 -
YUV 103.38 126.1 182.65 -
System Red Green Blue C M Y K H S L
Decimal 180 65 100 0 0.64 0.44 0.29 341.74 0.47 0.48
Hex B4 41 64 0 40 2C 1D 156 2F 30
Octal 264 101 144 0 100 54 35 526 57 60
Binary 10110100 1000001 1100100 0 1000000 101100 11101 101010110 101111 110000

Color Harmonies of #B44164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44164

Black with #B44164

Text Example


Text Example

White with #B44164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44164; }

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

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

background-color css

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

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

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

border-color css

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

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

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