Html Css Color HEX #B33165 Rouge

📋 copy color: '#B33165'

red 179 ◦ green 49 ◦ blue 101

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

Shades of Rouge #B33165

Tints of Rouge #B33165

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.89%

 BLUE value IS 101 (39.84% from 255) = 30.7%

R = 54.41%
G = 14.89%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.44

 K value IS 0.30

RGB Variations

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

Color information

#B33165 (or 0xB33165) is known color: Rouge. HEX triplet: B3, 31 and 65. RGB value is (179,49,101). Sum of RGB (Red+Green+Blue) = 179+49+101=329 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.41% from 329); Green value is 49 (19.53% from 255 or 14.89% from 329); Blue value is 101 (39.84% from 255 or 30.70% from 329); Max value from RGB is 179 - color contains mainly: red. Hex color #B33165 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33165 is #4CCE9A. Grayscale: #5D5D5D. Windows color (decimal): -5033627 or 6631859. OLE color: 6631859.

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

Color convert

RGB 179 49 101 -
CMYK 0 0.73 0.44 0.30
HSL 336º 0.57% 0.45% -
HSV(B) 336º 0.73% 0.7% -
XYZ 22.04 12.72 13.61 -
YUV 93.8 132.07 188.77 -
System Red Green Blue C M Y K H S L
Decimal 179 49 101 0 0.73 0.44 0.30 336 0.57 0.45
Hex B3 31 65 0 49 2C 1E 150 39 2D
Octal 263 61 145 0 111 54 36 520 71 55
Binary 10110011 110001 1100101 0 1001001 101100 11110 101010000 111001 101101

Color Harmonies of #B33165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33165

Black with #B33165

Text Example


Text Example

White with #B33165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33165; }

 p { color: rgb(179,49,101); }

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

background-color css

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

 a { background-color: rgb(179,49,101); }

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

border-color css

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

 span { border-color: rgb(179,49,101); }

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