Html Css Color HEX #B13B5E Rouge

📋 copy color: '#B13B5E'

red 177 ◦ green 59 ◦ blue 94

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

Shades of Rouge #B13B5E

Tints of Rouge #B13B5E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.88%

 BLUE value IS 94 (37.11% from 255) = 28.48%

R = 53.64%
G = 17.88%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#B13B5E (or 0xB13B5E) is known color: Rouge. HEX triplet: B1, 3B and 5E. RGB value is (177,59,94). Sum of RGB (Red+Green+Blue) = 177+59+94=330 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.64% from 330); Green value is 59 (23.44% from 255 or 17.88% from 330); Blue value is 94 (37.11% from 255 or 28.48% from 330); Max value from RGB is 177 - color contains mainly: red. Hex color #B13B5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13B5E is #4EC4A1. Grayscale: #626262. Windows color (decimal): -5162146 or 6175665. OLE color: 6175665.

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

Color convert

RGB 177 59 94 -
CMYK 0 0.67 0.47 0.31
HSL 342.2º 0.5% 0.46% -
HSV(B) 342.2º 0.67% 0.69% -
XYZ 21.72 13.28 12.01 -
YUV 98.27 125.59 184.15 -
System Red Green Blue C M Y K H S L
Decimal 177 59 94 0 0.67 0.47 0.31 342.2 0.5 0.46
Hex B1 3B 5E 0 43 2F 1F 156 32 2E
Octal 261 73 136 0 103 57 37 526 62 56
Binary 10110001 111011 1011110 0 1000011 101111 11111 101010110 110010 101110

Color Harmonies of #B13B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13B5E

Black with #B13B5E

Text Example


Text Example

White with #B13B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13B5E; }

 p { color: rgb(177,59,94); }

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

background-color css

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

 a { background-color: rgb(177,59,94); }

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

border-color css

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

 span { border-color: rgb(177,59,94); }

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