Html Css Color HEX #B13263 Rouge

📋 copy color: '#B13263'

red 177 ◦ green 50 ◦ blue 99

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

Shades of Rouge #B13263

Tints of Rouge #B13263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 30.37%

R = 54.29%
G = 15.34%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#B13263 (or 0xB13263) is known color: Rouge. HEX triplet: B1, 32 and 63. RGB value is (177,50,99). Sum of RGB (Red+Green+Blue) = 177+50+99=326 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.29% from 326); Green value is 50 (19.92% from 255 or 15.34% from 326); Blue value is 99 (39.06% from 255 or 30.37% from 326); Max value from RGB is 177 - color contains mainly: red. Hex color #B13263 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13263 is #4ECD9C. Grayscale: #5D5D5D. Windows color (decimal): -5164445 or 6501041. OLE color: 6501041.

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

Color convert

RGB 177 50 99 -
CMYK 0 0.72 0.44 0.31
HSL 336.85º 0.56% 0.45% -
HSV(B) 336.85º 0.72% 0.69% -
XYZ 21.52 12.53 13.09 -
YUV 93.56 131.08 187.52 -
System Red Green Blue C M Y K H S L
Decimal 177 50 99 0 0.72 0.44 0.31 336.85 0.56 0.45
Hex B1 32 63 0 48 2C 1F 151 38 2D
Octal 261 62 143 0 110 54 37 521 70 55
Binary 10110001 110010 1100011 0 1001000 101100 11111 101010001 111000 101101

Color Harmonies of #B13263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13263

Black with #B13263

Text Example


Text Example

White with #B13263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13263; }

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

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

background-color css

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

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

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

border-color css

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

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

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