Html Css Color HEX #B1416A Rouge

📋 copy color: '#B1416A'

red 177 ◦ green 65 ◦ blue 106

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

Shades of Rouge #B1416A

Tints of Rouge #B1416A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.46%

R = 50.86%
G = 18.68%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#B1416A (or 0xB1416A) is known color: Rouge. HEX triplet: B1, 41 and 6A. RGB value is (177,65,106). Sum of RGB (Red+Green+Blue) = 177+65+106=348 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.86% from 348); Green value is 65 (25.78% from 255 or 18.68% from 348); Blue value is 106 (41.80% from 255 or 30.46% from 348); Max value from RGB is 177 - color contains mainly: red. Hex color #B1416A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1416A is #4EBE95. Grayscale: #676767. Windows color (decimal): -5160598 or 6963633. OLE color: 6963633.

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

Color convert

RGB 177 65 106 -
CMYK 0 0.63 0.40 0.31
HSL 338.04º 0.46% 0.47% -
HSV(B) 338.04º 0.63% 0.69% -
XYZ 22.62 14.17 15.18 -
YUV 103.16 129.61 180.67 -
System Red Green Blue C M Y K H S L
Decimal 177 65 106 0 0.63 0.40 0.31 338.04 0.46 0.47
Hex B1 41 6A 0 3F 28 1F 152 2E 2F
Octal 261 101 152 0 77 50 37 522 56 57
Binary 10110001 1000001 1101010 0 111111 101000 11111 101010010 101110 101111

Color Harmonies of #B1416A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1416A

Black with #B1416A

Text Example


Text Example

White with #B1416A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1416A; }

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

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

background-color css

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

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

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

border-color css

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

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

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