Html Css Color HEX #B12963 Rouge

📋 copy color: '#B12963'

red 177 ◦ green 41 ◦ blue 99

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

Shades of Rouge #B12963

Tints of Rouge #B12963

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.93%

 BLUE value IS 99 (39.06% from 255) = 31.23%

R = 55.84%
G = 12.93%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#B12963 (or 0xB12963) is known color: Rouge. HEX triplet: B1, 29 and 63. RGB value is (177,41,99). Sum of RGB (Red+Green+Blue) = 177+41+99=317 (41% of max value = 765). Red value is 177 (69.53% from 255 or 55.84% from 317); Green value is 41 (16.41% from 255 or 12.93% from 317); Blue value is 99 (39.06% from 255 or 31.23% from 317); Max value from RGB is 177 - color contains mainly: red. Hex color #B12963 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12963 is #4ED69C. Grayscale: #585858. Windows color (decimal): -5166749 or 6498737. OLE color: 6498737.

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

Color convert

RGB 177 41 99 -
CMYK 0 0.77 0.44 0.31
HSL 334.41º 0.62% 0.43% -
HSV(B) 334.41º 0.77% 0.69% -
XYZ 21.18 11.83 12.97 -
YUV 88.28 134.06 191.28 -
System Red Green Blue C M Y K H S L
Decimal 177 41 99 0 0.77 0.44 0.31 334.41 0.62 0.43
Hex B1 29 63 0 4D 2C 1F 14E 3E 2B
Octal 261 51 143 0 115 54 37 516 76 53
Binary 10110001 101001 1100011 0 1001101 101100 11111 101001110 111110 101011

Color Harmonies of #B12963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12963

Black with #B12963

Text Example


Text Example

White with #B12963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12963; }

 p { color: rgb(177,41,99); }

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

background-color css

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

 a { background-color: rgb(177,41,99); }

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

border-color css

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

 span { border-color: rgb(177,41,99); }

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