Html Css Color HEX #B13559 Rouge

📋 copy color: '#B13559'

red 177 ◦ green 53 ◦ blue 89

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

Shades of Rouge #B13559

Tints of Rouge #B13559

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.61%

 BLUE value IS 89 (35.16% from 255) = 27.9%

R = 55.49%
G = 16.61%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#B13559 (or 0xB13559) is known color: Rouge. HEX triplet: B1, 35 and 59. RGB value is (177,53,89). Sum of RGB (Red+Green+Blue) = 177+53+89=319 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.49% from 319); Green value is 53 (21.09% from 255 or 16.61% from 319); Blue value is 89 (35.16% from 255 or 27.90% from 319); Max value from RGB is 177 - color contains mainly: red. Hex color #B13559 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13559 is #4ECAA6. Grayscale: #5E5E5E. Windows color (decimal): -5163687 or 5846449. OLE color: 5846449.

HSL color Cylindrical-coordinate representation of color #B13559: hue angle of 342.58º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B13559 is Cyan = 0, Magento = 0.70, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 53 89 -
CMYK 0 0.70 0.50 0.31
HSL 342.58º 0.54% 0.45% -
HSV(B) 342.58º 0.7% 0.69% -
XYZ 21.21 12.61 10.77 -
YUV 94.18 125.08 187.07 -
System Red Green Blue C M Y K H S L
Decimal 177 53 89 0 0.70 0.50 0.31 342.58 0.54 0.45
Hex B1 35 59 0 46 32 1F 157 36 2D
Octal 261 65 131 0 106 62 37 527 66 55
Binary 10110001 110101 1011001 0 1000110 110010 11111 101010111 110110 101101

Color Harmonies of #B13559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13559

Black with #B13559

Text Example


Text Example

White with #B13559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13559; }

 p { color: rgb(177,53,89); }

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

background-color css

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

 a { background-color: rgb(177,53,89); }

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

border-color css

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

 span { border-color: rgb(177,53,89); }

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