Html Css Color HEX #B12761 Rouge

📋 copy color: '#B12761'

red 177 ◦ green 39 ◦ blue 97

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

Shades of Rouge #B12761

Tints of Rouge #B12761

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.46%

 BLUE value IS 97 (38.28% from 255) = 30.99%

R = 56.55%
G = 12.46%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#B12761 (or 0xB12761) is known color: Rouge. HEX triplet: B1, 27 and 61. RGB value is (177,39,97). Sum of RGB (Red+Green+Blue) = 177+39+97=313 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.55% from 313); Green value is 39 (15.62% from 255 or 12.46% from 313); Blue value is 97 (38.28% from 255 or 30.99% from 313); Max value from RGB is 177 - color contains mainly: red. Hex color #B12761 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12761 is #4ED89E. Grayscale: #565656. Windows color (decimal): -5167263 or 6367153. OLE color: 6367153.

HSL color Cylindrical-coordinate representation of color #B12761: hue angle of 334.78º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B12761 is Cyan = 0, Magento = 0.78, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 39 97 -
CMYK 0 0.78 0.45 0.31
HSL 334.78º 0.64% 0.42% -
HSV(B) 334.78º 0.78% 0.69% -
XYZ 21.01 11.66 12.45 -
YUV 86.87 133.72 192.28 -
System Red Green Blue C M Y K H S L
Decimal 177 39 97 0 0.78 0.45 0.31 334.78 0.64 0.42
Hex B1 27 61 0 4E 2D 1F 14F 40 2A
Octal 261 47 141 0 116 55 37 517 100 52
Binary 10110001 100111 1100001 0 1001110 101101 11111 101001111 1000000 101010

Color Harmonies of #B12761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12761

Black with #B12761

Text Example


Text Example

White with #B12761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12761; }

 p { color: rgb(177,39,97); }

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

background-color css

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

 a { background-color: rgb(177,39,97); }

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

border-color css

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

 span { border-color: rgb(177,39,97); }

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