Html Css Color HEX #B1296C Rouge

📋 copy color: '#B1296C'

red 177 ◦ green 41 ◦ blue 108

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

Shades of Rouge #B1296C

Tints of Rouge #B1296C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.58%

 BLUE value IS 108 (42.58% from 255) = 33.13%

R = 54.29%
G = 12.58%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#B1296C (or 0xB1296C) is known color: Rouge. HEX triplet: B1, 29 and 6C. RGB value is (177,41,108). Sum of RGB (Red+Green+Blue) = 177+41+108=326 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.29% from 326); Green value is 41 (16.41% from 255 or 12.58% from 326); Blue value is 108 (42.58% from 255 or 33.13% from 326); Max value from RGB is 177 - color contains mainly: red. Hex color #B1296C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1296C is #4ED693. Grayscale: #595959. Windows color (decimal): -5166740 or 7088561. OLE color: 7088561.

HSL color Cylindrical-coordinate representation of color #B1296C: hue angle of 330.44º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B1296C is Cyan = 0, Magento = 0.77, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 41 108 -
CMYK 0 0.77 0.39 0.31
HSL 330.44º 0.62% 0.43% -
HSV(B) 330.44º 0.77% 0.69% -
XYZ 21.63 12.02 15.37 -
YUV 89.3 138.56 190.55 -
System Red Green Blue C M Y K H S L
Decimal 177 41 108 0 0.77 0.39 0.31 330.44 0.62 0.43
Hex B1 29 6C 0 4D 27 1F 14A 3E 2B
Octal 261 51 154 0 115 47 37 512 76 53
Binary 10110001 101001 1101100 0 1001101 100111 11111 101001010 111110 101011

Color Harmonies of #B1296C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1296C

Black with #B1296C

Text Example


Text Example

White with #B1296C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1296C; }

 p { color: rgb(177,41,108); }

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

background-color css

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

 a { background-color: rgb(177,41,108); }

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

border-color css

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

 span { border-color: rgb(177,41,108); }

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