Html Css Color HEX #B13E6E Rouge

📋 copy color: '#B13E6E'

red 177 ◦ green 62 ◦ blue 110

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

Shades of Rouge #B13E6E

Tints of Rouge #B13E6E

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.77%

 BLUE value IS 110 (43.36% from 255) = 31.52%

R = 50.72%
G = 17.77%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#B13E6E (or 0xB13E6E) is known color: Rouge. HEX triplet: B1, 3E and 6E. RGB value is (177,62,110). Sum of RGB (Red+Green+Blue) = 177+62+110=349 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.72% from 349); Green value is 62 (24.61% from 255 or 17.77% from 349); Blue value is 110 (43.36% from 255 or 31.52% from 349); Max value from RGB is 177 - color contains mainly: red. Hex color #B13E6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13E6E is #4EC191. Grayscale: #656565. Windows color (decimal): -5161362 or 7225009. OLE color: 7225009.

HSL color Cylindrical-coordinate representation of color #B13E6E: hue angle of 334.96º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B13E6E is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 62 110 -
CMYK 0 0.65 0.38 0.31
HSL 334.96º 0.48% 0.47% -
HSV(B) 334.96º 0.65% 0.69% -
XYZ 22.67 13.92 16.24 -
YUV 101.86 132.6 181.6 -
System Red Green Blue C M Y K H S L
Decimal 177 62 110 0 0.65 0.38 0.31 334.96 0.48 0.47
Hex B1 3E 6E 0 41 26 1F 14F 30 2F
Octal 261 76 156 0 101 46 37 517 60 57
Binary 10110001 111110 1101110 0 1000001 100110 11111 101001111 110000 101111

Color Harmonies of #B13E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13E6E

Black with #B13E6E

Text Example


Text Example

White with #B13E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13E6E; }

 p { color: rgb(177,62,110); }

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

background-color css

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

 a { background-color: rgb(177,62,110); }

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

border-color css

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

 span { border-color: rgb(177,62,110); }

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