Html Css Color HEX #B13267 Rouge

📋 copy color: '#B13267'

red 177 ◦ green 50 ◦ blue 103

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

Shades of Rouge #B13267

Tints of Rouge #B13267

RGB

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

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

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

R = 53.64%
G = 15.15%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#B13267 (or 0xB13267) is known color: Rouge. HEX triplet: B1, 32 and 67. RGB value is (177,50,103). Sum of RGB (Red+Green+Blue) = 177+50+103=330 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.64% from 330); Green value is 50 (19.92% from 255 or 15.15% from 330); Blue value is 103 (40.62% from 255 or 31.21% from 330); Max value from RGB is 177 - color contains mainly: red. Hex color #B13267 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13267 is #4ECD98. Grayscale: #5D5D5D. Windows color (decimal): -5164441 or 6763185. OLE color: 6763185.

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

Color convert

RGB 177 50 103 -
CMYK 0 0.72 0.42 0.31
HSL 334.96º 0.56% 0.45% -
HSV(B) 334.96º 0.72% 0.69% -
XYZ 21.72 12.61 14.12 -
YUV 94.02 133.08 187.19 -
System Red Green Blue C M Y K H S L
Decimal 177 50 103 0 0.72 0.42 0.31 334.96 0.56 0.45
Hex B1 32 67 0 48 2A 1F 14F 38 2D
Octal 261 62 147 0 110 52 37 517 70 55
Binary 10110001 110010 1100111 0 1001000 101010 11111 101001111 111000 101101

Color Harmonies of #B13267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13267

Black with #B13267

Text Example


Text Example

White with #B13267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13267; }

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

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

background-color css

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

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

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

border-color css

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

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

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