Html Css Color HEX #B1305B Rouge

📋 copy color: '#B1305B'

red 177 ◦ green 48 ◦ blue 91

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

Shades of Rouge #B1305B

Tints of Rouge #B1305B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.19%

 BLUE value IS 91 (35.94% from 255) = 28.8%

R = 56.01%
G = 15.19%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B1305B (or 0xB1305B) is known color: Rouge. HEX triplet: B1, 30 and 5B. RGB value is (177,48,91). Sum of RGB (Red+Green+Blue) = 177+48+91=316 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.01% from 316); Green value is 48 (19.14% from 255 or 15.19% from 316); Blue value is 91 (35.94% from 255 or 28.80% from 316); Max value from RGB is 177 - color contains mainly: red. Hex color #B1305B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1305B is #4ECFA4. Grayscale: #5B5B5B. Windows color (decimal): -5164965 or 5976241. OLE color: 5976241.

HSL color Cylindrical-coordinate representation of color #B1305B: hue angle of 340º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B1305B is Cyan = 0, Magento = 0.73, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 48 91 -
CMYK 0 0.73 0.49 0.31
HSL 340º 0.57% 0.44% -
HSV(B) 340º 0.73% 0.69% -
XYZ 21.08 12.22 11.14 -
YUV 91.47 127.74 189 -
System Red Green Blue C M Y K H S L
Decimal 177 48 91 0 0.73 0.49 0.31 340 0.57 0.44
Hex B1 30 5B 0 49 31 1F 154 39 2C
Octal 261 60 133 0 111 61 37 524 71 54
Binary 10110001 110000 1011011 0 1001001 110001 11111 101010100 111001 101100

Color Harmonies of #B1305B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1305B

Black with #B1305B

Text Example


Text Example

White with #B1305B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1305B; }

 p { color: rgb(177,48,91); }

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

background-color css

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

 a { background-color: rgb(177,48,91); }

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

border-color css

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

 span { border-color: rgb(177,48,91); }

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