Html Css Color HEX #B13E62 Rouge

📋 copy color: '#B13E62'

red 177 ◦ green 62 ◦ blue 98

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

Shades of Rouge #B13E62

Tints of Rouge #B13E62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 29.08%

R = 52.52%
G = 18.4%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#B13E62 (or 0xB13E62) is known color: Rouge. HEX triplet: B1, 3E and 62. RGB value is (177,62,98). Sum of RGB (Red+Green+Blue) = 177+62+98=337 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.52% from 337); Green value is 62 (24.61% from 255 or 18.40% from 337); Blue value is 98 (38.67% from 255 or 29.08% from 337); Max value from RGB is 177 - color contains mainly: red. Hex color #B13E62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13E62 is #4EC19D. Grayscale: #646464. Windows color (decimal): -5161374 or 6438577. OLE color: 6438577.

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

Color convert

RGB 177 62 98 -
CMYK 0 0.65 0.45 0.31
HSL 341.22º 0.48% 0.47% -
HSV(B) 341.22º 0.65% 0.69% -
XYZ 22.06 13.67 13.03 -
YUV 100.49 126.6 182.57 -
System Red Green Blue C M Y K H S L
Decimal 177 62 98 0 0.65 0.45 0.31 341.22 0.48 0.47
Hex B1 3E 62 0 41 2D 1F 155 30 2F
Octal 261 76 142 0 101 55 37 525 60 57
Binary 10110001 111110 1100010 0 1000001 101101 11111 101010101 110000 101111

Color Harmonies of #B13E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13E62

Black with #B13E62

Text Example


Text Example

White with #B13E62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13E62; }

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

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

background-color css

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

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

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

border-color css

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

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

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