Html Css Color HEX #B13259 Rouge

📋 copy color: '#B13259'

red 177 ◦ green 50 ◦ blue 89

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

Shades of Rouge #B13259

Tints of Rouge #B13259

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.82%

 BLUE value IS 89 (35.16% from 255) = 28.16%

R = 56.01%
G = 15.82%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#B13259 (or 0xB13259) is known color: Rouge. HEX triplet: B1, 32 and 59. RGB value is (177,50,89). Sum of RGB (Red+Green+Blue) = 177+50+89=316 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.01% from 316); Green value is 50 (19.92% from 255 or 15.82% from 316); Blue value is 89 (35.16% from 255 or 28.16% from 316); Max value from RGB is 177 - color contains mainly: red. Hex color #B13259 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13259 is #4ECDA6. Grayscale: #5C5C5C. Windows color (decimal): -5164455 or 5845681. OLE color: 5845681.

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

Color convert

RGB 177 50 89 -
CMYK 0 0.72 0.50 0.31
HSL 341.57º 0.56% 0.45% -
HSV(B) 341.57º 0.72% 0.69% -
XYZ 21.08 12.35 10.72 -
YUV 92.42 126.08 188.33 -
System Red Green Blue C M Y K H S L
Decimal 177 50 89 0 0.72 0.50 0.31 341.57 0.56 0.45
Hex B1 32 59 0 48 32 1F 156 38 2D
Octal 261 62 131 0 110 62 37 526 70 55
Binary 10110001 110010 1011001 0 1001000 110010 11111 101010110 111000 101101

Color Harmonies of #B13259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13259

Black with #B13259

Text Example


Text Example

White with #B13259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13259; }

 p { color: rgb(177,50,89); }

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

background-color css

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

 a { background-color: rgb(177,50,89); }

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

border-color css

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

 span { border-color: rgb(177,50,89); }

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