Html Css Color HEX #B1375F Rouge

📋 copy color: '#B1375F'

red 177 ◦ green 55 ◦ blue 95

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

Shades of Rouge #B1375F

Tints of Rouge #B1375F

RGB

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

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

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

R = 54.13%
G = 16.82%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#B1375F (or 0xB1375F) is known color: Rouge. HEX triplet: B1, 37 and 5F. RGB value is (177,55,95). Sum of RGB (Red+Green+Blue) = 177+55+95=327 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.13% from 327); Green value is 55 (21.88% from 255 or 16.82% from 327); Blue value is 95 (37.5% from 255 or 29.05% from 327); Max value from RGB is 177 - color contains mainly: red. Hex color #B1375F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1375F is #4EC8A0. Grayscale: #606060. Windows color (decimal): -5163169 or 6240177. OLE color: 6240177.

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

Color convert

RGB 177 55 95 -
CMYK 0 0.69 0.46 0.31
HSL 340.33º 0.53% 0.45% -
HSV(B) 340.33º 0.69% 0.69% -
XYZ 21.56 12.91 12.18 -
YUV 96.04 127.42 185.75 -
System Red Green Blue C M Y K H S L
Decimal 177 55 95 0 0.69 0.46 0.31 340.33 0.53 0.45
Hex B1 37 5F 0 45 2E 1F 154 35 2D
Octal 261 67 137 0 105 56 37 524 65 55
Binary 10110001 110111 1011111 0 1000101 101110 11111 101010100 110101 101101

Color Harmonies of #B1375F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1375F

Black with #B1375F

Text Example


Text Example

White with #B1375F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1375F; }

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

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

background-color css

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

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

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

border-color css

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

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

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