Html Css Color HEX #B1326B Rouge

📋 copy color: '#B1326B'

red 177 ◦ green 50 ◦ blue 107

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

Shades of Rouge #B1326B

Tints of Rouge #B1326B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.04%

R = 52.99%
G = 14.97%
B = 32.04%

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

#B1326B (or 0xB1326B) is known color: Rouge. HEX triplet: B1, 32 and 6B. RGB value is (177,50,107). Sum of RGB (Red+Green+Blue) = 177+50+107=334 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.99% from 334); Green value is 50 (19.92% from 255 or 14.97% from 334); Blue value is 107 (42.19% from 255 or 32.04% from 334); Max value from RGB is 177 - color contains mainly: red. Hex color #B1326B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1326B is #4ECD94. Grayscale: #5E5E5E. Windows color (decimal): -5164437 or 7025329. OLE color: 7025329.

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

Color convert

RGB 177 50 107 -
CMYK 0 0.72 0.40 0.31
HSL 333.07º 0.56% 0.45% -
HSV(B) 333.07º 0.72% 0.69% -
XYZ 21.93 12.69 15.2 -
YUV 94.47 135.08 186.87 -
System Red Green Blue C M Y K H S L
Decimal 177 50 107 0 0.72 0.40 0.31 333.07 0.56 0.45
Hex B1 32 6B 0 48 28 1F 14D 38 2D
Octal 261 62 153 0 110 50 37 515 70 55
Binary 10110001 110010 1101011 0 1001000 101000 11111 101001101 111000 101101

Color Harmonies of #B1326B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1326B

Black with #B1326B

Text Example


Text Example

White with #B1326B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1326B; }

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

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

background-color css

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

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

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

border-color css

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

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

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