Html Css Color HEX #B32666 Rouge

📋 copy color: '#B32666'

red 179 ◦ green 38 ◦ blue 102

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

Shades of Rouge #B32666

Tints of Rouge #B32666

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 31.97%

R = 56.11%
G = 11.91%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.43

 K value IS 0.30

RGB Variations

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

Color information

#B32666 (or 0xB32666) is known color: Rouge. HEX triplet: B3, 26 and 66. RGB value is (179,38,102). Sum of RGB (Red+Green+Blue) = 179+38+102=319 (42% of max value = 765). Red value is 179 (70.31% from 255 or 56.11% from 319); Green value is 38 (15.23% from 255 or 11.91% from 319); Blue value is 102 (40.23% from 255 or 31.97% from 319); Max value from RGB is 179 - color contains mainly: red. Hex color #B32666 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32666 is #4CD999. Grayscale: #575757. Windows color (decimal): -5036442 or 6694579. OLE color: 6694579.

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

Color convert

RGB 179 38 102 -
CMYK 0 0.79 0.43 0.30
HSL 332.77º 0.65% 0.43% -
HSV(B) 332.77º 0.79% 0.7% -
XYZ 21.68 11.93 13.73 -
YUV 87.46 136.21 193.3 -
System Red Green Blue C M Y K H S L
Decimal 179 38 102 0 0.79 0.43 0.30 332.77 0.65 0.43
Hex B3 26 66 0 4F 2B 1E 14D 41 2B
Octal 263 46 146 0 117 53 36 515 101 53
Binary 10110011 100110 1100110 0 1001111 101011 11110 101001101 1000001 101011

Color Harmonies of #B32666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32666

Black with #B32666

Text Example


Text Example

White with #B32666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32666; }

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

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

background-color css

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

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

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

border-color css

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

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

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