Html Css Color HEX #B1355F Rouge

📋 copy color: '#B1355F'

red 177 ◦ green 53 ◦ blue 95

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

Shades of Rouge #B1355F

Tints of Rouge #B1355F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.31%

 BLUE value IS 95 (37.5% from 255) = 29.23%

R = 54.46%
G = 16.31%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#B1355F (or 0xB1355F) is known color: Rouge. HEX triplet: B1, 35 and 5F. RGB value is (177,53,95). Sum of RGB (Red+Green+Blue) = 177+53+95=325 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.46% from 325); Green value is 53 (21.09% from 255 or 16.31% from 325); Blue value is 95 (37.5% from 255 or 29.23% from 325); Max value from RGB is 177 - color contains mainly: red. Hex color #B1355F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1355F is #4ECAA0. Grayscale: #5E5E5E. Windows color (decimal): -5163681 or 6239665. OLE color: 6239665.

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

Color convert

RGB 177 53 95 -
CMYK 0 0.70 0.46 0.31
HSL 339.68º 0.54% 0.45% -
HSV(B) 339.68º 0.7% 0.69% -
XYZ 21.47 12.72 12.15 -
YUV 94.86 128.08 186.58 -
System Red Green Blue C M Y K H S L
Decimal 177 53 95 0 0.70 0.46 0.31 339.68 0.54 0.45
Hex B1 35 5F 0 46 2E 1F 154 36 2D
Octal 261 65 137 0 106 56 37 524 66 55
Binary 10110001 110101 1011111 0 1000110 101110 11111 101010100 110110 101101

Color Harmonies of #B1355F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1355F

Black with #B1355F

Text Example


Text Example

White with #B1355F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1355F; }

 p { color: rgb(177,53,95); }

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

background-color css

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

 a { background-color: rgb(177,53,95); }

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

border-color css

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

 span { border-color: rgb(177,53,95); }

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