Html Css Color HEX #B3336B Rouge

📋 copy color: '#B3336B'

red 179 ◦ green 51 ◦ blue 107

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

Shades of Rouge #B3336B

Tints of Rouge #B3336B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.13%

 BLUE value IS 107 (42.19% from 255) = 31.75%

R = 53.12%
G = 15.13%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.40

 K value IS 0.30

RGB Variations

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

Color information

#B3336B (or 0xB3336B) is known color: Rouge. HEX triplet: B3, 33 and 6B. RGB value is (179,51,107). Sum of RGB (Red+Green+Blue) = 179+51+107=337 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.12% from 337); Green value is 51 (20.31% from 255 or 15.13% from 337); Blue value is 107 (42.19% from 255 or 31.75% from 337); Max value from RGB is 179 - color contains mainly: red. Hex color #B3336B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3336B is #4CCC94. Grayscale: #5F5F5F. Windows color (decimal): -5033109 or 7025587. OLE color: 7025587.

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

Color convert

RGB 179 51 107 -
CMYK 0 0.72 0.40 0.30
HSL 333.75º 0.56% 0.45% -
HSV(B) 333.75º 0.72% 0.7% -
XYZ 22.43 13.01 15.24 -
YUV 95.66 134.41 187.45 -
System Red Green Blue C M Y K H S L
Decimal 179 51 107 0 0.72 0.40 0.30 333.75 0.56 0.45
Hex B3 33 6B 0 48 28 1E 14E 38 2D
Octal 263 63 153 0 110 50 36 516 70 55
Binary 10110011 110011 1101011 0 1001000 101000 11110 101001110 111000 101101

Color Harmonies of #B3336B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3336B

Black with #B3336B

Text Example


Text Example

White with #B3336B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3336B; }

 p { color: rgb(179,51,107); }

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

background-color css

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

 a { background-color: rgb(179,51,107); }

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

border-color css

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

 span { border-color: rgb(179,51,107); }

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