Html Css Color HEX #B1375A Rouge

📋 copy color: '#B1375A'

red 177 ◦ green 55 ◦ blue 90

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

Shades of Rouge #B1375A

Tints of Rouge #B1375A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.08%

 BLUE value IS 90 (35.55% from 255) = 27.95%

R = 54.97%
G = 17.08%
B = 27.95%

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

#B1375A (or 0xB1375A) is known color: Rouge. HEX triplet: B1, 37 and 5A. RGB value is (177,55,90). Sum of RGB (Red+Green+Blue) = 177+55+90=322 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.97% from 322); Green value is 55 (21.88% from 255 or 17.08% from 322); Blue value is 90 (35.55% from 255 or 27.95% from 322); Max value from RGB is 177 - color contains mainly: red. Hex color #B1375A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1375A is #4EC8A5. Grayscale: #5F5F5F. Windows color (decimal): -5163174 or 5912497. OLE color: 5912497.

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

Color convert

RGB 177 55 90 -
CMYK 0 0.69 0.49 0.31
HSL 342.79º 0.53% 0.45% -
HSV(B) 342.79º 0.69% 0.69% -
XYZ 21.34 12.82 11.02 -
YUV 95.47 124.92 186.15 -
System Red Green Blue C M Y K H S L
Decimal 177 55 90 0 0.69 0.49 0.31 342.79 0.53 0.45
Hex B1 37 5A 0 45 31 1F 157 35 2D
Octal 261 67 132 0 105 61 37 527 65 55
Binary 10110001 110111 1011010 0 1000101 110001 11111 101010111 110101 101101

Color Harmonies of #B1375A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1375A

Black with #B1375A

Text Example


Text Example

White with #B1375A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1375A; }

 p { color: rgb(177,55,90); }

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

background-color css

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

 a { background-color: rgb(177,55,90); }

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

border-color css

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

 span { border-color: rgb(177,55,90); }

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