Html Css Color HEX #B1385B Rouge

📋 copy color: '#B1385B'

red 177 ◦ green 56 ◦ blue 91

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

Shades of Rouge #B1385B

Tints of Rouge #B1385B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.28%

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

R = 54.63%
G = 17.28%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B1385B (or 0xB1385B) is known color: Rouge. HEX triplet: B1, 38 and 5B. RGB value is (177,56,91). Sum of RGB (Red+Green+Blue) = 177+56+91=324 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.63% from 324); Green value is 56 (22.27% from 255 or 17.28% from 324); Blue value is 91 (35.94% from 255 or 28.09% from 324); Max value from RGB is 177 - color contains mainly: red. Hex color #B1385B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1385B is #4EC7A4. Grayscale: #606060. Windows color (decimal): -5162917 or 5978289. OLE color: 5978289.

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

Color convert

RGB 177 56 91 -
CMYK 0 0.68 0.49 0.31
HSL 342.64º 0.52% 0.46% -
HSV(B) 342.64º 0.68% 0.69% -
XYZ 21.43 12.93 11.26 -
YUV 96.17 125.09 185.65 -
System Red Green Blue C M Y K H S L
Decimal 177 56 91 0 0.68 0.49 0.31 342.64 0.52 0.46
Hex B1 38 5B 0 44 31 1F 157 34 2E
Octal 261 70 133 0 104 61 37 527 64 56
Binary 10110001 111000 1011011 0 1000100 110001 11111 101010111 110100 101110

Color Harmonies of #B1385B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1385B

Black with #B1385B

Text Example


Text Example

White with #B1385B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1385B; }

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

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

background-color css

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

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

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

border-color css

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

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

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