Html Css Color HEX #B1326A Rouge

📋 copy color: '#B1326A'

red 177 ◦ green 50 ◦ blue 106

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

Shades of Rouge #B1326A

Tints of Rouge #B1326A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 31.83%

R = 53.15%
G = 15.02%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#B1326A (or 0xB1326A) is known color: Rouge. HEX triplet: B1, 32 and 6A. RGB value is (177,50,106). Sum of RGB (Red+Green+Blue) = 177+50+106=333 (44% of max value = 765). Red value is 177 (69.53% from 255 or 53.15% from 333); Green value is 50 (19.92% from 255 or 15.02% from 333); Blue value is 106 (41.80% from 255 or 31.83% from 333); Max value from RGB is 177 - color contains mainly: red. Hex color #B1326A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1326A is #4ECD95. Grayscale: #5E5E5E. Windows color (decimal): -5164438 or 6959793. OLE color: 6959793.

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

Color convert

RGB 177 50 106 -
CMYK 0 0.72 0.40 0.31
HSL 333.54º 0.56% 0.45% -
HSV(B) 333.54º 0.72% 0.69% -
XYZ 21.87 12.67 14.93 -
YUV 94.36 134.58 186.95 -
System Red Green Blue C M Y K H S L
Decimal 177 50 106 0 0.72 0.40 0.31 333.54 0.56 0.45
Hex B1 32 6A 0 48 28 1F 14E 38 2D
Octal 261 62 152 0 110 50 37 516 70 55
Binary 10110001 110010 1101010 0 1001000 101000 11111 101001110 111000 101101

Color Harmonies of #B1326A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1326A

Black with #B1326A

Text Example


Text Example

White with #B1326A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1326A; }

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

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

background-color css

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

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

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

border-color css

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

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

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