Html Css Color HEX #B13672 Rouge

📋 copy color: '#B13672'

red 177 ◦ green 54 ◦ blue 114

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

Shades of Rouge #B13672

Tints of Rouge #B13672

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.65%

 BLUE value IS 114 (44.92% from 255) = 33.04%

R = 51.3%
G = 15.65%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#B13672 (or 0xB13672) is known color: Rouge. HEX triplet: B1, 36 and 72. RGB value is (177,54,114). Sum of RGB (Red+Green+Blue) = 177+54+114=345 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.30% from 345); Green value is 54 (21.48% from 255 or 15.65% from 345); Blue value is 114 (44.92% from 255 or 33.04% from 345); Max value from RGB is 177 - color contains mainly: red. Hex color #B13672 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13672 is #4EC98D. Grayscale: #616161. Windows color (decimal): -5163406 or 7485105. OLE color: 7485105.

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

Color convert

RGB 177 54 114 -
CMYK 0 0.69 0.36 0.31
HSL 330.73º 0.53% 0.45% -
HSV(B) 330.73º 0.69% 0.69% -
XYZ 22.49 13.2 17.28 -
YUV 97.62 137.25 184.62 -
System Red Green Blue C M Y K H S L
Decimal 177 54 114 0 0.69 0.36 0.31 330.73 0.53 0.45
Hex B1 36 72 0 45 24 1F 14B 35 2D
Octal 261 66 162 0 105 44 37 513 65 55
Binary 10110001 110110 1110010 0 1000101 100100 11111 101001011 110101 101101

Color Harmonies of #B13672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13672

Black with #B13672

Text Example


Text Example

White with #B13672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13672; }

 p { color: rgb(177,54,114); }

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

background-color css

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

 a { background-color: rgb(177,54,114); }

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

border-color css

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

 span { border-color: rgb(177,54,114); }

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