Html Css Color HEX #B13E64 Rouge

📋 copy color: '#B13E64'

red 177 ◦ green 62 ◦ blue 100

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

Shades of Rouge #B13E64

Tints of Rouge #B13E64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 29.5%

R = 52.21%
G = 18.29%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#B13E64 (or 0xB13E64) is known color: Rouge. HEX triplet: B1, 3E and 64. RGB value is (177,62,100). Sum of RGB (Red+Green+Blue) = 177+62+100=339 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.21% from 339); Green value is 62 (24.61% from 255 or 18.29% from 339); Blue value is 100 (39.45% from 255 or 29.50% from 339); Max value from RGB is 177 - color contains mainly: red. Hex color #B13E64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13E64 is #4EC19B. Grayscale: #646464. Windows color (decimal): -5161372 or 6569649. OLE color: 6569649.

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

Color convert

RGB 177 62 100 -
CMYK 0 0.65 0.44 0.31
HSL 340.17º 0.48% 0.47% -
HSV(B) 340.17º 0.65% 0.69% -
XYZ 22.15 13.71 13.54 -
YUV 100.72 127.6 182.41 -
System Red Green Blue C M Y K H S L
Decimal 177 62 100 0 0.65 0.44 0.31 340.17 0.48 0.47
Hex B1 3E 64 0 41 2C 1F 154 30 2F
Octal 261 76 144 0 101 54 37 524 60 57
Binary 10110001 111110 1100100 0 1000001 101100 11111 101010100 110000 101111

Color Harmonies of #B13E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13E64

Black with #B13E64

Text Example


Text Example

White with #B13E64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13E64; }

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

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

background-color css

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

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

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

border-color css

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

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

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