Html Css Color HEX #B13162 Rouge

📋 copy color: '#B13162'

red 177 ◦ green 49 ◦ blue 98

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

Shades of Rouge #B13162

Tints of Rouge #B13162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 30.25%

R = 54.63%
G = 15.12%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#B13162 (or 0xB13162) is known color: Rouge. HEX triplet: B1, 31 and 62. RGB value is (177,49,98). Sum of RGB (Red+Green+Blue) = 177+49+98=324 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.63% from 324); Green value is 49 (19.53% from 255 or 15.12% from 324); Blue value is 98 (38.67% from 255 or 30.25% from 324); Max value from RGB is 177 - color contains mainly: red. Hex color #B13162 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13162 is #4ECE9D. Grayscale: #5C5C5C. Windows color (decimal): -5164702 or 6435249. OLE color: 6435249.

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

Color convert

RGB 177 49 98 -
CMYK 0 0.72 0.45 0.31
HSL 337.03º 0.57% 0.44% -
HSV(B) 337.03º 0.72% 0.69% -
XYZ 21.43 12.43 12.82 -
YUV 92.86 130.91 188.02 -
System Red Green Blue C M Y K H S L
Decimal 177 49 98 0 0.72 0.45 0.31 337.03 0.57 0.44
Hex B1 31 62 0 48 2D 1F 151 39 2C
Octal 261 61 142 0 110 55 37 521 71 54
Binary 10110001 110001 1100010 0 1001000 101101 11111 101010001 111001 101100

Color Harmonies of #B13162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13162

Black with #B13162

Text Example


Text Example

White with #B13162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13162; }

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

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

background-color css

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

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

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

border-color css

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

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

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