Html Css Color HEX #B13959 Rouge

📋 copy color: '#B13959'

red 177 ◦ green 57 ◦ blue 89

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

Shades of Rouge #B13959

Tints of Rouge #B13959

RGB

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

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

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

R = 54.8%
G = 17.65%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#B13959 (or 0xB13959) is known color: Rouge. HEX triplet: B1, 39 and 59. RGB value is (177,57,89). Sum of RGB (Red+Green+Blue) = 177+57+89=323 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.80% from 323); Green value is 57 (22.66% from 255 or 17.65% from 323); Blue value is 89 (35.16% from 255 or 27.55% from 323); Max value from RGB is 177 - color contains mainly: red. Hex color #B13959 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13959 is #4EC6A6. Grayscale: #606060. Windows color (decimal): -5162663 or 5847473. OLE color: 5847473.

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

Color convert

RGB 177 57 89 -
CMYK 0 0.68 0.50 0.31
HSL 344º 0.51% 0.46% -
HSV(B) 344º 0.68% 0.69% -
XYZ 21.4 12.99 10.83 -
YUV 96.53 123.76 185.4 -
System Red Green Blue C M Y K H S L
Decimal 177 57 89 0 0.68 0.50 0.31 344 0.51 0.46
Hex B1 39 59 0 44 32 1F 158 33 2E
Octal 261 71 131 0 104 62 37 530 63 56
Binary 10110001 111001 1011001 0 1000100 110010 11111 101011000 110011 101110

Color Harmonies of #B13959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13959

Black with #B13959

Text Example


Text Example

White with #B13959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13959; }

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

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

background-color css

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

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

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

border-color css

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

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

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