Html Css Color HEX #B1326E Rouge

📋 copy color: '#B1326E'

red 177 ◦ green 50 ◦ blue 110

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

Shades of Rouge #B1326E

Tints of Rouge #B1326E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 32.64%

R = 52.52%
G = 14.84%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#B1326E (or 0xB1326E) is known color: Rouge. HEX triplet: B1, 32 and 6E. RGB value is (177,50,110). Sum of RGB (Red+Green+Blue) = 177+50+110=337 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.52% from 337); Green value is 50 (19.92% from 255 or 14.84% from 337); Blue value is 110 (43.36% from 255 or 32.64% from 337); Max value from RGB is 177 - color contains mainly: red. Hex color #B1326E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1326E is #4ECD91. Grayscale: #5E5E5E. Windows color (decimal): -5164434 or 7221937. OLE color: 7221937.

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

Color convert

RGB 177 50 110 -
CMYK 0 0.72 0.38 0.31
HSL 331.65º 0.56% 0.45% -
HSV(B) 331.65º 0.72% 0.69% -
XYZ 22.09 12.75 16.05 -
YUV 94.81 136.58 186.62 -
System Red Green Blue C M Y K H S L
Decimal 177 50 110 0 0.72 0.38 0.31 331.65 0.56 0.45
Hex B1 32 6E 0 48 26 1F 14C 38 2D
Octal 261 62 156 0 110 46 37 514 70 55
Binary 10110001 110010 1101110 0 1001000 100110 11111 101001100 111000 101101

Color Harmonies of #B1326E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1326E

Black with #B1326E

Text Example


Text Example

White with #B1326E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1326E; }

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

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

background-color css

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

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

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

border-color css

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

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

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