Html Css Color HEX #B32863 Rouge

📋 copy color: '#B32863'

red 179 ◦ green 40 ◦ blue 99

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

Shades of Rouge #B32863

Tints of Rouge #B32863

RGB

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

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

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

R = 56.29%
G = 12.58%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.45

 K value IS 0.30

RGB Variations

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

Color information

#B32863 (or 0xB32863) is known color: Rouge. HEX triplet: B3, 28 and 63. RGB value is (179,40,99). Sum of RGB (Red+Green+Blue) = 179+40+99=318 (42% of max value = 765). Red value is 179 (70.31% from 255 or 56.29% from 318); Green value is 40 (16.02% from 255 or 12.58% from 318); Blue value is 99 (39.06% from 255 or 31.13% from 318); Max value from RGB is 179 - color contains mainly: red. Hex color #B32863 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32863 is #4CD79C. Grayscale: #585858. Windows color (decimal): -5035933 or 6498483. OLE color: 6498483.

HSL color Cylindrical-coordinate representation of color #B32863: hue angle of 334.53º 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 #B32863 is Cyan = 0, Magento = 0.78, Yellow = 0.45 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 40 99 -
CMYK 0 0.78 0.45 0.30
HSL 334.53º 0.63% 0.43% -
HSV(B) 334.53º 0.78% 0.7% -
XYZ 21.6 12 12.98 -
YUV 88.29 134.05 192.7 -
System Red Green Blue C M Y K H S L
Decimal 179 40 99 0 0.78 0.45 0.30 334.53 0.63 0.43
Hex B3 28 63 0 4E 2D 1E 14F 3F 2B
Octal 263 50 143 0 116 55 36 517 77 53
Binary 10110011 101000 1100011 0 1001110 101101 11110 101001111 111111 101011

Color Harmonies of #B32863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32863

Black with #B32863

Text Example


Text Example

White with #B32863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32863; }

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

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

background-color css

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

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

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

border-color css

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

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

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