Html Css Color HEX #B13367 Rouge

📋 copy color: '#B13367'

red 177 ◦ green 51 ◦ blue 103

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

Shades of Rouge #B13367

Tints of Rouge #B13367

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.41%

 BLUE value IS 103 (40.63% from 255) = 31.12%

R = 53.47%
G = 15.41%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#B13367 (or 0xB13367) is known color: Rouge. HEX triplet: B1, 33 and 67. RGB value is (177,51,103). Sum of RGB (Red+Green+Blue) = 177+51+103=331 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.47% from 331); Green value is 51 (20.31% from 255 or 15.41% from 331); Blue value is 103 (40.62% from 255 or 31.12% from 331); Max value from RGB is 177 - color contains mainly: red. Hex color #B13367 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13367 is #4ECC98. Grayscale: #5E5E5E. Windows color (decimal): -5164185 or 6763441. OLE color: 6763441.

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

Color convert

RGB 177 51 103 -
CMYK 0 0.71 0.42 0.31
HSL 335.24º 0.55% 0.45% -
HSV(B) 335.24º 0.71% 0.69% -
XYZ 21.76 12.69 14.14 -
YUV 94.6 132.74 186.77 -
System Red Green Blue C M Y K H S L
Decimal 177 51 103 0 0.71 0.42 0.31 335.24 0.55 0.45
Hex B1 33 67 0 47 2A 1F 14F 37 2D
Octal 261 63 147 0 107 52 37 517 67 55
Binary 10110001 110011 1100111 0 1000111 101010 11111 101001111 110111 101101

Color Harmonies of #B13367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13367

Black with #B13367

Text Example


Text Example

White with #B13367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13367; }

 p { color: rgb(177,51,103); }

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

background-color css

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

 a { background-color: rgb(177,51,103); }

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

border-color css

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

 span { border-color: rgb(177,51,103); }

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