Html Css Color HEX #B13770 Rouge

📋 copy color: '#B13770'

red 177 ◦ green 55 ◦ blue 112

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

Shades of Rouge #B13770

Tints of Rouge #B13770

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.99%

 BLUE value IS 112 (44.14% from 255) = 32.56%

R = 51.45%
G = 15.99%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#B13770 (or 0xB13770) is known color: Rouge. HEX triplet: B1, 37 and 70. RGB value is (177,55,112). Sum of RGB (Red+Green+Blue) = 177+55+112=344 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.45% from 344); Green value is 55 (21.88% from 255 or 15.99% from 344); Blue value is 112 (44.14% from 255 or 32.56% from 344); Max value from RGB is 177 - color contains mainly: red. Hex color #B13770 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13770 is #4EC88F. Grayscale: #616161. Windows color (decimal): -5163152 or 7354289. OLE color: 7354289.

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

Color convert

RGB 177 55 112 -
CMYK 0 0.69 0.37 0.31
HSL 331.97º 0.53% 0.45% -
HSV(B) 331.97º 0.69% 0.69% -
XYZ 22.42 13.25 16.7 -
YUV 97.98 135.92 184.37 -
System Red Green Blue C M Y K H S L
Decimal 177 55 112 0 0.69 0.37 0.31 331.97 0.53 0.45
Hex B1 37 70 0 45 25 1F 14C 35 2D
Octal 261 67 160 0 105 45 37 514 65 55
Binary 10110001 110111 1110000 0 1000101 100101 11111 101001100 110101 101101

Color Harmonies of #B13770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13770

Black with #B13770

Text Example


Text Example

White with #B13770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13770; }

 p { color: rgb(177,55,112); }

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

background-color css

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

 a { background-color: rgb(177,55,112); }

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

border-color css

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

 span { border-color: rgb(177,55,112); }

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