Html Css Color HEX #B1436A Rouge

📋 copy color: '#B1436A'

red 177 ◦ green 67 ◦ blue 106

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

Shades of Rouge #B1436A

Tints of Rouge #B1436A

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.14%

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

R = 50.57%
G = 19.14%
B = 30.29%

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

#B1436A (or 0xB1436A) is known color: Rouge. HEX triplet: B1, 43 and 6A. RGB value is (177,67,106). Sum of RGB (Red+Green+Blue) = 177+67+106=350 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.57% from 350); Green value is 67 (26.56% from 255 or 19.14% from 350); Blue value is 106 (41.80% from 255 or 30.29% from 350); Max value from RGB is 177 - color contains mainly: red. Hex color #B1436A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1436A is #4EBC95. Grayscale: #686868. Windows color (decimal): -5160086 or 6964145. OLE color: 6964145.

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

Color convert

RGB 177 67 106 -
CMYK 0 0.62 0.40 0.31
HSL 338.73º 0.45% 0.48% -
HSV(B) 338.73º 0.62% 0.69% -
XYZ 22.74 14.4 15.22 -
YUV 104.34 128.94 179.83 -
System Red Green Blue C M Y K H S L
Decimal 177 67 106 0 0.62 0.40 0.31 338.73 0.45 0.48
Hex B1 43 6A 0 3E 28 1F 153 2D 30
Octal 261 103 152 0 76 50 37 523 55 60
Binary 10110001 1000011 1101010 0 111110 101000 11111 101010011 101101 110000

Color Harmonies of #B1436A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1436A

Black with #B1436A

Text Example


Text Example

White with #B1436A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1436A; }

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

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

background-color css

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

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

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

border-color css

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

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

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