Html Css Color HEX #B1316D Rouge

📋 copy color: '#B1316D'

red 177 ◦ green 49 ◦ blue 109

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

Shades of Rouge #B1316D

Tints of Rouge #B1316D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.63%

 BLUE value IS 109 (42.97% from 255) = 32.54%

R = 52.84%
G = 14.63%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#B1316D (or 0xB1316D) is known color: Rouge. HEX triplet: B1, 31 and 6D. RGB value is (177,49,109). Sum of RGB (Red+Green+Blue) = 177+49+109=335 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.84% from 335); Green value is 49 (19.53% from 255 or 14.63% from 335); Blue value is 109 (42.97% from 255 or 32.54% from 335); Max value from RGB is 177 - color contains mainly: red. Hex color #B1316D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1316D is #4ECE92. Grayscale: #5E5E5E. Windows color (decimal): -5164691 or 7156145. OLE color: 7156145.

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

Color convert

RGB 177 49 109 -
CMYK 0 0.72 0.38 0.31
HSL 331.88º 0.57% 0.44% -
HSV(B) 331.88º 0.72% 0.69% -
XYZ 21.99 12.65 15.75 -
YUV 94.11 136.41 187.12 -
System Red Green Blue C M Y K H S L
Decimal 177 49 109 0 0.72 0.38 0.31 331.88 0.57 0.44
Hex B1 31 6D 0 48 26 1F 14C 39 2C
Octal 261 61 155 0 110 46 37 514 71 54
Binary 10110001 110001 1101101 0 1001000 100110 11111 101001100 111001 101100

Color Harmonies of #B1316D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1316D

Black with #B1316D

Text Example


Text Example

White with #B1316D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1316D; }

 p { color: rgb(177,49,109); }

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

background-color css

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

 a { background-color: rgb(177,49,109); }

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

border-color css

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

 span { border-color: rgb(177,49,109); }

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