Html Css Color HEX #B13D60 Rouge

📋 copy color: '#B13D60'

red 177 ◦ green 61 ◦ blue 96

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

Shades of Rouge #B13D60

Tints of Rouge #B13D60

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.26%

 BLUE value IS 96 (37.89% from 255) = 28.74%

R = 52.99%
G = 18.26%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#B13D60 (or 0xB13D60) is known color: Rouge. HEX triplet: B1, 3D and 60. RGB value is (177,61,96). Sum of RGB (Red+Green+Blue) = 177+61+96=334 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.99% from 334); Green value is 61 (24.22% from 255 or 18.26% from 334); Blue value is 96 (37.89% from 255 or 28.74% from 334); Max value from RGB is 177 - color contains mainly: red. Hex color #B13D60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13D60 is #4EC29F. Grayscale: #636363. Windows color (decimal): -5161632 or 6307249. OLE color: 6307249.

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

Color convert

RGB 177 61 96 -
CMYK 0 0.66 0.46 0.31
HSL 341.9º 0.49% 0.47% -
HSV(B) 341.9º 0.66% 0.69% -
XYZ 21.91 13.53 12.52 -
YUV 99.67 125.93 183.15 -
System Red Green Blue C M Y K H S L
Decimal 177 61 96 0 0.66 0.46 0.31 341.9 0.49 0.47
Hex B1 3D 60 0 42 2E 1F 156 31 2F
Octal 261 75 140 0 102 56 37 526 61 57
Binary 10110001 111101 1100000 0 1000010 101110 11111 101010110 110001 101111

Color Harmonies of #B13D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13D60

Black with #B13D60

Text Example


Text Example

White with #B13D60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13D60; }

 p { color: rgb(177,61,96); }

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

background-color css

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

 a { background-color: rgb(177,61,96); }

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

border-color css

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

 span { border-color: rgb(177,61,96); }

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