Html Css Color HEX #B1316C Rouge

📋 copy color: '#B1316C'

red 177 ◦ green 49 ◦ blue 108

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

Shades of Rouge #B1316C

Tints of Rouge #B1316C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.34%

R = 52.99%
G = 14.67%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#B1316C (or 0xB1316C) is known color: Rouge. HEX triplet: B1, 31 and 6C. RGB value is (177,49,108). Sum of RGB (Red+Green+Blue) = 177+49+108=334 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.99% from 334); Green value is 49 (19.53% from 255 or 14.67% from 334); Blue value is 108 (42.58% from 255 or 32.34% from 334); Max value from RGB is 177 - color contains mainly: red. Hex color #B1316C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1316C is #4ECE93. Grayscale: #5D5D5D. Windows color (decimal): -5164692 or 7090609. OLE color: 7090609.

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

Color convert

RGB 177 49 108 -
CMYK 0 0.72 0.39 0.31
HSL 332.34º 0.57% 0.44% -
HSV(B) 332.34º 0.72% 0.69% -
XYZ 21.94 12.63 15.47 -
YUV 94 135.91 187.2 -
System Red Green Blue C M Y K H S L
Decimal 177 49 108 0 0.72 0.39 0.31 332.34 0.57 0.44
Hex B1 31 6C 0 48 27 1F 14C 39 2C
Octal 261 61 154 0 110 47 37 514 71 54
Binary 10110001 110001 1101100 0 1001000 100111 11111 101001100 111001 101100

Color Harmonies of #B1316C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1316C

Black with #B1316C

Text Example


Text Example

White with #B1316C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1316C; }

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

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

background-color css

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

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

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

border-color css

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

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

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