Html Css Color HEX #B13C62 Rouge

📋 copy color: '#B13C62'

red 177 ◦ green 60 ◦ blue 98

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

Shades of Rouge #B13C62

Tints of Rouge #B13C62

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.91%

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

R = 52.84%
G = 17.91%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#B13C62 (or 0xB13C62) is known color: Rouge. HEX triplet: B1, 3C and 62. RGB value is (177,60,98). Sum of RGB (Red+Green+Blue) = 177+60+98=335 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.84% from 335); Green value is 60 (23.83% from 255 or 17.91% from 335); Blue value is 98 (38.67% from 255 or 29.25% from 335); Max value from RGB is 177 - color contains mainly: red. Hex color #B13C62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13C62 is #4EC39D. Grayscale: #636363. Windows color (decimal): -5161886 or 6438065. OLE color: 6438065.

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

Color convert

RGB 177 60 98 -
CMYK 0 0.66 0.45 0.31
HSL 340.51º 0.49% 0.46% -
HSV(B) 340.51º 0.66% 0.69% -
XYZ 21.95 13.46 13 -
YUV 99.32 127.26 183.41 -
System Red Green Blue C M Y K H S L
Decimal 177 60 98 0 0.66 0.45 0.31 340.51 0.49 0.46
Hex B1 3C 62 0 42 2D 1F 155 31 2E
Octal 261 74 142 0 102 55 37 525 61 56
Binary 10110001 111100 1100010 0 1000010 101101 11111 101010101 110001 101110

Color Harmonies of #B13C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13C62

Black with #B13C62

Text Example


Text Example

White with #B13C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13C62; }

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

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

background-color css

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

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

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

border-color css

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

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

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