Html Css Color HEX #B1295E Rouge

📋 copy color: '#B1295E'

red 177 ◦ green 41 ◦ blue 94

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

Shades of Rouge #B1295E

Tints of Rouge #B1295E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 30.13%

R = 56.73%
G = 13.14%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#B1295E (or 0xB1295E) is known color: Rouge. HEX triplet: B1, 29 and 5E. RGB value is (177,41,94). Sum of RGB (Red+Green+Blue) = 177+41+94=312 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.73% from 312); Green value is 41 (16.41% from 255 or 13.14% from 312); Blue value is 94 (37.11% from 255 or 30.13% from 312); Max value from RGB is 177 - color contains mainly: red. Hex color #B1295E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1295E is #4ED6A1. Grayscale: #575757. Windows color (decimal): -5166754 or 6171057. OLE color: 6171057.

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

Color convert

RGB 177 41 94 -
CMYK 0 0.77 0.47 0.31
HSL 336.62º 0.62% 0.43% -
HSV(B) 336.62º 0.77% 0.69% -
XYZ 20.94 11.74 11.75 -
YUV 87.71 131.56 191.69 -
System Red Green Blue C M Y K H S L
Decimal 177 41 94 0 0.77 0.47 0.31 336.62 0.62 0.43
Hex B1 29 5E 0 4D 2F 1F 151 3E 2B
Octal 261 51 136 0 115 57 37 521 76 53
Binary 10110001 101001 1011110 0 1001101 101111 11111 101010001 111110 101011

Color Harmonies of #B1295E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1295E

Black with #B1295E

Text Example


Text Example

White with #B1295E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1295E; }

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

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

background-color css

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

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

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

border-color css

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

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

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