Html Css Color HEX #B1446A Rouge

📋 copy color: '#B1446A'

red 177 ◦ green 68 ◦ blue 106

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

Shades of Rouge #B1446A

Tints of Rouge #B1446A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.37%

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

R = 50.43%
G = 19.37%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#B1446A (or 0xB1446A) is known color: Rouge. HEX triplet: B1, 44 and 6A. RGB value is (177,68,106). Sum of RGB (Red+Green+Blue) = 177+68+106=351 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.43% from 351); Green value is 68 (26.95% from 255 or 19.37% from 351); Blue value is 106 (41.80% from 255 or 30.20% from 351); Max value from RGB is 177 - color contains mainly: red. Hex color #B1446A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1446A is #4EBB95. Grayscale: #686868. Windows color (decimal): -5159830 or 6964401. OLE color: 6964401.

HSL color Cylindrical-coordinate representation of color #B1446A: hue angle of 339.08º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B1446A is Cyan = 0, Magento = 0.62, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 68 106 -
CMYK 0 0.62 0.40 0.31
HSL 339.08º 0.44% 0.48% -
HSV(B) 339.08º 0.62% 0.69% -
XYZ 22.8 14.52 15.24 -
YUV 104.92 128.61 179.41 -
System Red Green Blue C M Y K H S L
Decimal 177 68 106 0 0.62 0.40 0.31 339.08 0.44 0.48
Hex B1 44 6A 0 3E 28 1F 153 2C 30
Octal 261 104 152 0 76 50 37 523 54 60
Binary 10110001 1000100 1101010 0 111110 101000 11111 101010011 101100 110000

Color Harmonies of #B1446A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1446A

Black with #B1446A

Text Example


Text Example

White with #B1446A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1446A; }

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

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

background-color css

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

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

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

border-color css

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

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

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