Html Css Color HEX #B13470 Rouge

📋 copy color: '#B13470'

red 177 ◦ green 52 ◦ blue 112

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

Shades of Rouge #B13470

Tints of Rouge #B13470

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.25%

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

R = 51.91%
G = 15.25%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#B13470 (or 0xB13470) is known color: Rouge. HEX triplet: B1, 34 and 70. RGB value is (177,52,112). Sum of RGB (Red+Green+Blue) = 177+52+112=341 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.91% from 341); Green value is 52 (20.70% from 255 or 15.25% from 341); Blue value is 112 (44.14% from 255 or 32.84% from 341); Max value from RGB is 177 - color contains mainly: red. Hex color #B13470 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13470 is #4ECB8F. Grayscale: #606060. Windows color (decimal): -5163920 or 7353521. OLE color: 7353521.

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

Color convert

RGB 177 52 112 -
CMYK 0 0.71 0.37 0.31
HSL 331.2º 0.55% 0.45% -
HSV(B) 331.2º 0.71% 0.69% -
XYZ 22.28 12.97 16.66 -
YUV 96.22 136.91 185.62 -
System Red Green Blue C M Y K H S L
Decimal 177 52 112 0 0.71 0.37 0.31 331.2 0.55 0.45
Hex B1 34 70 0 47 25 1F 14B 37 2D
Octal 261 64 160 0 107 45 37 513 67 55
Binary 10110001 110100 1110000 0 1000111 100101 11111 101001011 110111 101101

Color Harmonies of #B13470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13470

Black with #B13470

Text Example


Text Example

White with #B13470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13470; }

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

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

background-color css

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

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

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

border-color css

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

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

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