Html Css Color HEX #B13B5A Rouge

📋 copy color: '#B13B5A'

red 177 ◦ green 59 ◦ blue 90

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

Shades of Rouge #B13B5A

Tints of Rouge #B13B5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.61%

R = 54.29%
G = 18.1%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B13B5A (or 0xB13B5A) is known color: Rouge. HEX triplet: B1, 3B and 5A. RGB value is (177,59,90). Sum of RGB (Red+Green+Blue) = 177+59+90=326 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.29% from 326); Green value is 59 (23.44% from 255 or 18.10% from 326); Blue value is 90 (35.55% from 255 or 27.61% from 326); Max value from RGB is 177 - color contains mainly: red. Hex color #B13B5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13B5A is #4EC4A5. Grayscale: #616161. Windows color (decimal): -5162150 or 5913521. OLE color: 5913521.

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

Color convert

RGB 177 59 90 -
CMYK 0 0.67 0.49 0.31
HSL 344.24º 0.5% 0.46% -
HSV(B) 344.24º 0.67% 0.69% -
XYZ 21.54 13.21 11.09 -
YUV 97.82 123.59 184.48 -
System Red Green Blue C M Y K H S L
Decimal 177 59 90 0 0.67 0.49 0.31 344.24 0.5 0.46
Hex B1 3B 5A 0 43 31 1F 158 32 2E
Octal 261 73 132 0 103 61 37 530 62 56
Binary 10110001 111011 1011010 0 1000011 110001 11111 101011000 110010 101110

Color Harmonies of #B13B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13B5A

Black with #B13B5A

Text Example


Text Example

White with #B13B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13B5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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