Html Css Color HEX #B33566 Rouge

📋 copy color: '#B33566'

red 179 ◦ green 53 ◦ blue 102

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

Shades of Rouge #B33566

Tints of Rouge #B33566

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.87%

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

R = 53.59%
G = 15.87%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.43

 K value IS 0.30

RGB Variations

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

Color information

#B33566 (or 0xB33566) is known color: Rouge. HEX triplet: B3, 35 and 66. RGB value is (179,53,102). Sum of RGB (Red+Green+Blue) = 179+53+102=334 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.59% from 334); Green value is 53 (21.09% from 255 or 15.87% from 334); Blue value is 102 (40.23% from 255 or 30.54% from 334); Max value from RGB is 179 - color contains mainly: red. Hex color #B33566 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33566 is #4CCA99. Grayscale: #606060. Windows color (decimal): -5032602 or 6698419. OLE color: 6698419.

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

Color convert

RGB 179 53 102 -
CMYK 0 0.70 0.43 0.30
HSL 336.67º 0.54% 0.45% -
HSV(B) 336.67º 0.7% 0.7% -
XYZ 22.26 13.09 13.92 -
YUV 96.26 131.24 187.02 -
System Red Green Blue C M Y K H S L
Decimal 179 53 102 0 0.70 0.43 0.30 336.67 0.54 0.45
Hex B3 35 66 0 46 2B 1E 151 36 2D
Octal 263 65 146 0 106 53 36 521 66 55
Binary 10110011 110101 1100110 0 1000110 101011 11110 101010001 110110 101101

Color Harmonies of #B33566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33566

Black with #B33566

Text Example


Text Example

White with #B33566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33566; }

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

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

background-color css

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

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

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

border-color css

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

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

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