Html Css Color HEX #B1385E Rouge

📋 copy color: '#B1385E'

red 177 ◦ green 56 ◦ blue 94

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

Shades of Rouge #B1385E

Tints of Rouge #B1385E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 28.75%

R = 54.13%
G = 17.13%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#B1385E (or 0xB1385E) is known color: Rouge. HEX triplet: B1, 38 and 5E. RGB value is (177,56,94). Sum of RGB (Red+Green+Blue) = 177+56+94=327 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.13% from 327); Green value is 56 (22.27% from 255 or 17.13% from 327); Blue value is 94 (37.11% from 255 or 28.75% from 327); Max value from RGB is 177 - color contains mainly: red. Hex color #B1385E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1385E is #4EC7A1. Grayscale: #606060. Windows color (decimal): -5162914 or 6174897. OLE color: 6174897.

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

Color convert

RGB 177 56 94 -
CMYK 0 0.68 0.47 0.31
HSL 341.16º 0.52% 0.46% -
HSV(B) 341.16º 0.68% 0.69% -
XYZ 21.57 12.98 11.96 -
YUV 96.51 126.59 185.41 -
System Red Green Blue C M Y K H S L
Decimal 177 56 94 0 0.68 0.47 0.31 341.16 0.52 0.46
Hex B1 38 5E 0 44 2F 1F 155 34 2E
Octal 261 70 136 0 104 57 37 525 64 56
Binary 10110001 111000 1011110 0 1000100 101111 11111 101010101 110100 101110

Color Harmonies of #B1385E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1385E

Black with #B1385E

Text Example


Text Example

White with #B1385E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1385E; }

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

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

background-color css

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

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

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

border-color css

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

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

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