Html Css Color HEX #B1365B Rouge

📋 copy color: '#B1365B'

red 177 ◦ green 54 ◦ blue 91

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

Shades of Rouge #B1365B

Tints of Rouge #B1365B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.77%

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

R = 54.97%
G = 16.77%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B1365B (or 0xB1365B) is known color: Rouge. HEX triplet: B1, 36 and 5B. RGB value is (177,54,91). Sum of RGB (Red+Green+Blue) = 177+54+91=322 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.97% from 322); Green value is 54 (21.48% from 255 or 16.77% from 322); Blue value is 91 (35.94% from 255 or 28.26% from 322); Max value from RGB is 177 - color contains mainly: red. Hex color #B1365B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1365B is #4EC9A4. Grayscale: #5E5E5E. Windows color (decimal): -5163429 or 5977777. OLE color: 5977777.

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

Color convert

RGB 177 54 91 -
CMYK 0 0.69 0.49 0.31
HSL 341.95º 0.53% 0.45% -
HSV(B) 341.95º 0.69% 0.69% -
XYZ 21.34 12.74 11.23 -
YUV 95 125.75 186.49 -
System Red Green Blue C M Y K H S L
Decimal 177 54 91 0 0.69 0.49 0.31 341.95 0.53 0.45
Hex B1 36 5B 0 45 31 1F 156 35 2D
Octal 261 66 133 0 105 61 37 526 65 55
Binary 10110001 110110 1011011 0 1000101 110001 11111 101010110 110101 101101

Color Harmonies of #B1365B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1365B

Black with #B1365B

Text Example


Text Example

White with #B1365B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1365B; }

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

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

background-color css

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

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

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

border-color css

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

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

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