Html Css Color HEX #B1416C Rouge

📋 copy color: '#B1416C'

red 177 ◦ green 65 ◦ blue 108

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

Shades of Rouge #B1416C

Tints of Rouge #B1416C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.57%

 BLUE value IS 108 (42.58% from 255) = 30.86%

R = 50.57%
G = 18.57%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#B1416C (or 0xB1416C) is known color: Rouge. HEX triplet: B1, 41 and 6C. RGB value is (177,65,108). Sum of RGB (Red+Green+Blue) = 177+65+108=350 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.57% from 350); Green value is 65 (25.78% from 255 or 18.57% from 350); Blue value is 108 (42.58% from 255 or 30.86% from 350); Max value from RGB is 177 - color contains mainly: red. Hex color #B1416C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1416C is #4EBE93. Grayscale: #676767. Windows color (decimal): -5160596 or 7094705. OLE color: 7094705.

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

Color convert

RGB 177 65 108 -
CMYK 0 0.63 0.39 0.31
HSL 336.96º 0.46% 0.47% -
HSV(B) 336.96º 0.63% 0.69% -
XYZ 22.73 14.21 15.73 -
YUV 103.39 130.61 180.5 -
System Red Green Blue C M Y K H S L
Decimal 177 65 108 0 0.63 0.39 0.31 336.96 0.46 0.47
Hex B1 41 6C 0 3F 27 1F 151 2E 2F
Octal 261 101 154 0 77 47 37 521 56 57
Binary 10110001 1000001 1101100 0 111111 100111 11111 101010001 101110 101111

Color Harmonies of #B1416C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1416C

Black with #B1416C

Text Example


Text Example

White with #B1416C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1416C; }

 p { color: rgb(177,65,108); }

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

background-color css

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

 a { background-color: rgb(177,65,108); }

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

border-color css

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

 span { border-color: rgb(177,65,108); }

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