Html Css Color HEX #B1316B Rouge

📋 copy color: '#B1316B'

red 177 ◦ green 49 ◦ blue 107

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

Shades of Rouge #B1316B

Tints of Rouge #B1316B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.13%

R = 53.15%
G = 14.71%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#B1316B (or 0xB1316B) is known color: Rouge. HEX triplet: B1, 31 and 6B. RGB value is (177,49,107). Sum of RGB (Red+Green+Blue) = 177+49+107=333 (44% of max value = 765). Red value is 177 (69.53% from 255 or 53.15% from 333); Green value is 49 (19.53% from 255 or 14.71% from 333); Blue value is 107 (42.19% from 255 or 32.13% from 333); Max value from RGB is 177 - color contains mainly: red. Hex color #B1316B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1316B is #4ECE94. Grayscale: #5D5D5D. Windows color (decimal): -5164693 or 7025073. OLE color: 7025073.

HSL color Cylindrical-coordinate representation of color #B1316B: hue angle of 332.81º 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 #B1316B is Cyan = 0, Magento = 0.72, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 49 107 -
CMYK 0 0.72 0.40 0.31
HSL 332.81º 0.57% 0.44% -
HSV(B) 332.81º 0.72% 0.69% -
XYZ 21.88 12.61 15.19 -
YUV 93.88 135.41 187.28 -
System Red Green Blue C M Y K H S L
Decimal 177 49 107 0 0.72 0.40 0.31 332.81 0.57 0.44
Hex B1 31 6B 0 48 28 1F 14D 39 2C
Octal 261 61 153 0 110 50 37 515 71 54
Binary 10110001 110001 1101011 0 1001000 101000 11111 101001101 111001 101100

Color Harmonies of #B1316B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1316B

Black with #B1316B

Text Example


Text Example

White with #B1316B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1316B; }

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

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

background-color css

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

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

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

border-color css

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

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

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