Html Css Color HEX #B33770 Rouge

📋 copy color: '#B33770'

red 179 ◦ green 55 ◦ blue 112

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

Shades of Rouge #B33770

Tints of Rouge #B33770

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.9%

 BLUE value IS 112 (44.14% from 255) = 32.37%

R = 51.73%
G = 15.9%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#B33770 (or 0xB33770) is known color: Rouge. HEX triplet: B3, 37 and 70. RGB value is (179,55,112). Sum of RGB (Red+Green+Blue) = 179+55+112=346 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.73% from 346); Green value is 55 (21.88% from 255 or 15.90% from 346); Blue value is 112 (44.14% from 255 or 32.37% from 346); Max value from RGB is 179 - color contains mainly: red. Hex color #B33770 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33770 is #4CC88F. Grayscale: #626262. Windows color (decimal): -5032080 or 7354291. OLE color: 7354291.

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

Color convert

RGB 179 55 112 -
CMYK 0 0.69 0.37 0.30
HSL 332.42º 0.53% 0.46% -
HSV(B) 332.42º 0.69% 0.7% -
XYZ 22.88 13.49 16.73 -
YUV 98.57 135.58 185.37 -
System Red Green Blue C M Y K H S L
Decimal 179 55 112 0 0.69 0.37 0.30 332.42 0.53 0.46
Hex B3 37 70 0 45 25 1E 14C 35 2E
Octal 263 67 160 0 105 45 36 514 65 56
Binary 10110011 110111 1110000 0 1000101 100101 11110 101001100 110101 101110

Color Harmonies of #B33770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33770

Black with #B33770

Text Example


Text Example

White with #B33770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33770; }

 p { color: rgb(179,55,112); }

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

background-color css

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

 a { background-color: rgb(179,55,112); }

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

border-color css

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

 span { border-color: rgb(179,55,112); }

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