Html Css Color HEX #B13C5A Rouge

📋 copy color: '#B13C5A'

red 177 ◦ green 60 ◦ blue 90

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

Shades of Rouge #B13C5A

Tints of Rouge #B13C5A

RGB

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

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

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

R = 54.13%
G = 18.35%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B13C5A (or 0xB13C5A) is known color: Rouge. HEX triplet: B1, 3C and 5A. RGB value is (177,60,90). Sum of RGB (Red+Green+Blue) = 177+60+90=327 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.13% from 327); Green value is 60 (23.83% from 255 or 18.35% from 327); Blue value is 90 (35.55% from 255 or 27.52% from 327); Max value from RGB is 177 - color contains mainly: red. Hex color #B13C5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13C5A is #4EC3A5. Grayscale: #626262. Windows color (decimal): -5161894 or 5913777. OLE color: 5913777.

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

Color convert

RGB 177 60 90 -
CMYK 0 0.66 0.49 0.31
HSL 344.62º 0.49% 0.46% -
HSV(B) 344.62º 0.66% 0.69% -
XYZ 21.59 13.32 11.11 -
YUV 98.4 123.26 184.06 -
System Red Green Blue C M Y K H S L
Decimal 177 60 90 0 0.66 0.49 0.31 344.62 0.49 0.46
Hex B1 3C 5A 0 42 31 1F 159 31 2E
Octal 261 74 132 0 102 61 37 531 61 56
Binary 10110001 111100 1011010 0 1000010 110001 11111 101011001 110001 101110

Color Harmonies of #B13C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13C5A

Black with #B13C5A

Text Example


Text Example

White with #B13C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13C5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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