Html Css Color HEX #B14464 Rouge

📋 copy color: '#B14464'

red 177 ◦ green 68 ◦ blue 100

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

Shades of Rouge #B14464

Tints of Rouge #B14464

RGB

 RED value IS 177 (69.53% from 255) = 51.3%

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

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

R = 51.3%
G = 19.71%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#B14464 (or 0xB14464) is known color: Rouge. HEX triplet: B1, 44 and 64. RGB value is (177,68,100). Sum of RGB (Red+Green+Blue) = 177+68+100=345 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.30% from 345); Green value is 68 (26.95% from 255 or 19.71% from 345); Blue value is 100 (39.45% from 255 or 28.99% from 345); Max value from RGB is 177 - color contains mainly: red. Hex color #B14464 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14464 is #4EBB9B. Grayscale: #686868. Windows color (decimal): -5159836 or 6571185. OLE color: 6571185.

HSL color Cylindrical-coordinate representation of color #B14464: hue angle of 342.39º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B14464 is Cyan = 0, Magento = 0.62, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 68 100 -
CMYK 0 0.62 0.44 0.31
HSL 342.39º 0.44% 0.48% -
HSV(B) 342.39º 0.62% 0.69% -
XYZ 22.5 14.4 13.65 -
YUV 104.24 125.61 179.9 -
System Red Green Blue C M Y K H S L
Decimal 177 68 100 0 0.62 0.44 0.31 342.39 0.44 0.48
Hex B1 44 64 0 3E 2C 1F 156 2C 30
Octal 261 104 144 0 76 54 37 526 54 60
Binary 10110001 1000100 1100100 0 111110 101100 11111 101010110 101100 110000

Color Harmonies of #B14464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14464

Black with #B14464

Text Example


Text Example

White with #B14464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14464; }

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

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

background-color css

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

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

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

border-color css

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

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

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