Html Css Color HEX #B12860 Rouge

📋 copy color: '#B12860'

red 177 ◦ green 40 ◦ blue 96

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

Shades of Rouge #B12860

Tints of Rouge #B12860

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.78%

 BLUE value IS 96 (37.89% from 255) = 30.67%

R = 56.55%
G = 12.78%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#B12860 (or 0xB12860) is known color: Rouge. HEX triplet: B1, 28 and 60. RGB value is (177,40,96). Sum of RGB (Red+Green+Blue) = 177+40+96=313 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.55% from 313); Green value is 40 (16.02% from 255 or 12.78% from 313); Blue value is 96 (37.89% from 255 or 30.67% from 313); Max value from RGB is 177 - color contains mainly: red. Hex color #B12860 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12860 is #4ED79F. Grayscale: #575757. Windows color (decimal): -5167008 or 6301873. OLE color: 6301873.

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

Color convert

RGB 177 40 96 -
CMYK 0 0.77 0.46 0.31
HSL 335.47º 0.63% 0.43% -
HSV(B) 335.47º 0.77% 0.69% -
XYZ 21 11.71 12.22 -
YUV 87.35 132.89 191.95 -
System Red Green Blue C M Y K H S L
Decimal 177 40 96 0 0.77 0.46 0.31 335.47 0.63 0.43
Hex B1 28 60 0 4D 2E 1F 14F 3F 2B
Octal 261 50 140 0 115 56 37 517 77 53
Binary 10110001 101000 1100000 0 1001101 101110 11111 101001111 111111 101011

Color Harmonies of #B12860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12860

Black with #B12860

Text Example


Text Example

White with #B12860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12860; }

 p { color: rgb(177,40,96); }

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

background-color css

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

 a { background-color: rgb(177,40,96); }

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

border-color css

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

 span { border-color: rgb(177,40,96); }

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