Html Css Color HEX #B1395F Rouge

📋 copy color: '#B1395F'

red 177 ◦ green 57 ◦ blue 95

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

Shades of Rouge #B1395F

Tints of Rouge #B1395F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.33%

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

R = 53.8%
G = 17.33%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#B1395F (or 0xB1395F) is known color: Rouge. HEX triplet: B1, 39 and 5F. RGB value is (177,57,95). Sum of RGB (Red+Green+Blue) = 177+57+95=329 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.80% from 329); Green value is 57 (22.66% from 255 or 17.33% from 329); Blue value is 95 (37.5% from 255 or 28.88% from 329); Max value from RGB is 177 - color contains mainly: red. Hex color #B1395F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1395F is #4EC6A0. Grayscale: #616161. Windows color (decimal): -5162657 or 6240689. OLE color: 6240689.

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

Color convert

RGB 177 57 95 -
CMYK 0 0.68 0.46 0.31
HSL 341º 0.51% 0.46% -
HSV(B) 341º 0.68% 0.69% -
XYZ 21.66 13.1 12.21 -
YUV 97.21 126.76 184.91 -
System Red Green Blue C M Y K H S L
Decimal 177 57 95 0 0.68 0.46 0.31 341 0.51 0.46
Hex B1 39 5F 0 44 2E 1F 155 33 2E
Octal 261 71 137 0 104 56 37 525 63 56
Binary 10110001 111001 1011111 0 1000100 101110 11111 101010101 110011 101110

Color Harmonies of #B1395F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1395F

Black with #B1395F

Text Example


Text Example

White with #B1395F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1395F; }

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

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

background-color css

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

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

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

border-color css

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

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

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