Html Css Color HEX #B3396C Rouge

📋 copy color: '#B3396C'

red 179 ◦ green 57 ◦ blue 108

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

Shades of Rouge #B3396C

Tints of Rouge #B3396C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.57%

 BLUE value IS 108 (42.58% from 255) = 31.4%

R = 52.03%
G = 16.57%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.40

 K value IS 0.30

RGB Variations

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

Color information

#B3396C (or 0xB3396C) is known color: Rouge. HEX triplet: B3, 39 and 6C. RGB value is (179,57,108). Sum of RGB (Red+Green+Blue) = 179+57+108=344 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.03% from 344); Green value is 57 (22.66% from 255 or 16.57% from 344); Blue value is 108 (42.58% from 255 or 31.40% from 344); Max value from RGB is 179 - color contains mainly: red. Hex color #B3396C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3396C is #4CC693. Grayscale: #636363. Windows color (decimal): -5031572 or 7092659. OLE color: 7092659.

HSL color Cylindrical-coordinate representation of color #B3396C: hue angle of 334.92º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B3396C is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 57 108 -
CMYK 0 0.68 0.40 0.30
HSL 334.92º 0.52% 0.46% -
HSV(B) 334.92º 0.68% 0.7% -
XYZ 22.76 13.59 15.61 -
YUV 99.29 132.92 184.85 -
System Red Green Blue C M Y K H S L
Decimal 179 57 108 0 0.68 0.40 0.30 334.92 0.52 0.46
Hex B3 39 6C 0 44 28 1E 14F 34 2E
Octal 263 71 154 0 104 50 36 517 64 56
Binary 10110011 111001 1101100 0 1000100 101000 11110 101001111 110100 101110

Color Harmonies of #B3396C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3396C

Black with #B3396C

Text Example


Text Example

White with #B3396C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3396C; }

 p { color: rgb(179,57,108); }

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

background-color css

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

 a { background-color: rgb(179,57,108); }

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

border-color css

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

 span { border-color: rgb(179,57,108); }

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