Html Css Color HEX #B32661 Rouge

📋 copy color: '#B32661'

red 179 ◦ green 38 ◦ blue 97

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

Shades of Rouge #B32661

Tints of Rouge #B32661

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.1%

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

R = 57.01%
G = 12.1%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#B32661 (or 0xB32661) is known color: Rouge. HEX triplet: B3, 26 and 61. RGB value is (179,38,97). Sum of RGB (Red+Green+Blue) = 179+38+97=314 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.01% from 314); Green value is 38 (15.23% from 255 or 12.10% from 314); Blue value is 97 (38.28% from 255 or 30.89% from 314); Max value from RGB is 179 - color contains mainly: red. Hex color #B32661 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32661 is #4CD99E. Grayscale: #565656. Windows color (decimal): -5036447 or 6366899. OLE color: 6366899.

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

Color convert

RGB 179 38 97 -
CMYK 0 0.79 0.46 0.30
HSL 334.89º 0.65% 0.43% -
HSV(B) 334.89º 0.79% 0.7% -
XYZ 21.44 11.83 12.46 -
YUV 86.89 133.71 193.7 -
System Red Green Blue C M Y K H S L
Decimal 179 38 97 0 0.79 0.46 0.30 334.89 0.65 0.43
Hex B3 26 61 0 4F 2E 1E 14F 41 2B
Octal 263 46 141 0 117 56 36 517 101 53
Binary 10110011 100110 1100001 0 1001111 101110 11110 101001111 1000001 101011

Color Harmonies of #B32661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32661

Black with #B32661

Text Example


Text Example

White with #B32661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32661; }

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

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

background-color css

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

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

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

border-color css

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

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

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