Html Css Color HEX #B33266 Rouge

📋 copy color: '#B33266'

red 179 ◦ green 50 ◦ blue 102

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

Shades of Rouge #B33266

Tints of Rouge #B33266

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.11%

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

R = 54.08%
G = 15.11%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.43

 K value IS 0.30

RGB Variations

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

Color information

#B33266 (or 0xB33266) is known color: Rouge. HEX triplet: B3, 32 and 66. RGB value is (179,50,102). Sum of RGB (Red+Green+Blue) = 179+50+102=331 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.08% from 331); Green value is 50 (19.92% from 255 or 15.11% from 331); Blue value is 102 (40.23% from 255 or 30.82% from 331); Max value from RGB is 179 - color contains mainly: red. Hex color #B33266 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33266 is #4CCD99. Grayscale: #5E5E5E. Windows color (decimal): -5033370 or 6697651. OLE color: 6697651.

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

Color convert

RGB 179 50 102 -
CMYK 0 0.72 0.43 0.30
HSL 335.81º 0.56% 0.45% -
HSV(B) 335.81º 0.72% 0.7% -
XYZ 22.13 12.82 13.88 -
YUV 94.5 132.24 188.27 -
System Red Green Blue C M Y K H S L
Decimal 179 50 102 0 0.72 0.43 0.30 335.81 0.56 0.45
Hex B3 32 66 0 48 2B 1E 150 38 2D
Octal 263 62 146 0 110 53 36 520 70 55
Binary 10110011 110010 1100110 0 1001000 101011 11110 101010000 111000 101101

Color Harmonies of #B33266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33266

Black with #B33266

Text Example


Text Example

White with #B33266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33266; }

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

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

background-color css

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

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

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

border-color css

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

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

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