Html Css Color HEX #B33267 Rouge

📋 copy color: '#B33267'

red 179 ◦ green 50 ◦ blue 103

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

Shades of Rouge #B33267

Tints of Rouge #B33267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 31.02%

R = 53.92%
G = 15.06%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.42

 K value IS 0.30

RGB Variations

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

Color information

#B33267 (or 0xB33267) is known color: Rouge. HEX triplet: B3, 32 and 67. RGB value is (179,50,103). Sum of RGB (Red+Green+Blue) = 179+50+103=332 (43% of max value = 765). Red value is 179 (70.31% from 255 or 53.92% from 332); Green value is 50 (19.92% from 255 or 15.06% from 332); Blue value is 103 (40.62% from 255 or 31.02% from 332); Max value from RGB is 179 - color contains mainly: red. Hex color #B33267 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33267 is #4CCD98. Grayscale: #5E5E5E. Windows color (decimal): -5033369 or 6763187. OLE color: 6763187.

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

Color convert

RGB 179 50 103 -
CMYK 0 0.72 0.42 0.30
HSL 335.35º 0.56% 0.45% -
HSV(B) 335.35º 0.72% 0.7% -
XYZ 22.18 12.84 14.14 -
YUV 94.61 132.74 188.19 -
System Red Green Blue C M Y K H S L
Decimal 179 50 103 0 0.72 0.42 0.30 335.35 0.56 0.45
Hex B3 32 67 0 48 2A 1E 14F 38 2D
Octal 263 62 147 0 110 52 36 517 70 55
Binary 10110011 110010 1100111 0 1001000 101010 11110 101001111 111000 101101

Color Harmonies of #B33267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33267

Black with #B33267

Text Example


Text Example

White with #B33267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33267; }

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

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

background-color css

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

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

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

border-color css

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

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

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