Html Css Color HEX #B32861 Rouge

📋 copy color: '#B32861'

red 179 ◦ green 40 ◦ blue 97

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

Shades of Rouge #B32861

Tints of Rouge #B32861

RGB

 RED value IS 179 (70.31% from 255) = 56.65%

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

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

R = 56.65%
G = 12.66%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#B32861 (or 0xB32861) is known color: Rouge. HEX triplet: B3, 28 and 61. RGB value is (179,40,97). Sum of RGB (Red+Green+Blue) = 179+40+97=316 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.65% from 316); Green value is 40 (16.02% from 255 or 12.66% from 316); Blue value is 97 (38.28% from 255 or 30.70% from 316); Max value from RGB is 179 - color contains mainly: red. Hex color #B32861 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32861 is #4CD79E. Grayscale: #575757. Windows color (decimal): -5035935 or 6367411. OLE color: 6367411.

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

Color convert

RGB 179 40 97 -
CMYK 0 0.78 0.46 0.30
HSL 335.4º 0.63% 0.43% -
HSV(B) 335.4º 0.78% 0.7% -
XYZ 21.51 11.96 12.49 -
YUV 88.06 133.05 192.87 -
System Red Green Blue C M Y K H S L
Decimal 179 40 97 0 0.78 0.46 0.30 335.4 0.63 0.43
Hex B3 28 61 0 4E 2E 1E 14F 3F 2B
Octal 263 50 141 0 116 56 36 517 77 53
Binary 10110011 101000 1100001 0 1001110 101110 11110 101001111 111111 101011

Color Harmonies of #B32861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32861

Black with #B32861

Text Example


Text Example

White with #B32861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32861; }

 p { color: rgb(179,40,97); }

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

background-color css

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

 a { background-color: rgb(179,40,97); }

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

border-color css

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

 span { border-color: rgb(179,40,97); }

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