Html Css Color HEX #B13971 Rouge

📋 copy color: '#B13971'

red 177 ◦ green 57 ◦ blue 113

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

Shades of Rouge #B13971

Tints of Rouge #B13971

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.43%

 BLUE value IS 113 (44.53% from 255) = 32.56%

R = 51.01%
G = 16.43%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#B13971 (or 0xB13971) is known color: Rouge. HEX triplet: B1, 39 and 71. RGB value is (177,57,113). Sum of RGB (Red+Green+Blue) = 177+57+113=347 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.01% from 347); Green value is 57 (22.66% from 255 or 16.43% from 347); Blue value is 113 (44.53% from 255 or 32.56% from 347); Max value from RGB is 177 - color contains mainly: red. Hex color #B13971 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13971 is #4EC68E. Grayscale: #636363. Windows color (decimal): -5162639 or 7420337. OLE color: 7420337.

HSL color Cylindrical-coordinate representation of color #B13971: hue angle of 332º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B13971 is Cyan = 0, Magento = 0.68, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 57 113 -
CMYK 0 0.68 0.36 0.31
HSL 332º 0.51% 0.46% -
HSV(B) 332º 0.68% 0.69% -
XYZ 22.58 13.47 17.03 -
YUV 99.26 135.76 183.45 -
System Red Green Blue C M Y K H S L
Decimal 177 57 113 0 0.68 0.36 0.31 332 0.51 0.46
Hex B1 39 71 0 44 24 1F 14C 33 2E
Octal 261 71 161 0 104 44 37 514 63 56
Binary 10110001 111001 1110001 0 1000100 100100 11111 101001100 110011 101110

Color Harmonies of #B13971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13971

Black with #B13971

Text Example


Text Example

White with #B13971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13971; }

 p { color: rgb(177,57,113); }

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

background-color css

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

 a { background-color: rgb(177,57,113); }

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

border-color css

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

 span { border-color: rgb(177,57,113); }

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