Html Css Color HEX #B3296B Rouge

📋 copy color: '#B3296B'

red 179 ◦ green 41 ◦ blue 107

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

Shades of Rouge #B3296B

Tints of Rouge #B3296B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.54%

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

R = 54.74%
G = 12.54%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.40

 K value IS 0.30

RGB Variations

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

Color information

#B3296B (or 0xB3296B) is known color: Rouge. HEX triplet: B3, 29 and 6B. RGB value is (179,41,107). Sum of RGB (Red+Green+Blue) = 179+41+107=327 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.74% from 327); Green value is 41 (16.41% from 255 or 12.54% from 327); Blue value is 107 (42.19% from 255 or 32.72% from 327); Max value from RGB is 179 - color contains mainly: red. Hex color #B3296B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3296B is #4CD694. Grayscale: #595959. Windows color (decimal): -5035669 or 7023027. OLE color: 7023027.

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

Color convert

RGB 179 41 107 -
CMYK 0 0.77 0.40 0.30
HSL 331.3º 0.63% 0.43% -
HSV(B) 331.3º 0.77% 0.7% -
XYZ 22.04 12.23 15.11 -
YUV 89.79 137.72 191.63 -
System Red Green Blue C M Y K H S L
Decimal 179 41 107 0 0.77 0.40 0.30 331.3 0.63 0.43
Hex B3 29 6B 0 4D 28 1E 14B 3F 2B
Octal 263 51 153 0 115 50 36 513 77 53
Binary 10110011 101001 1101011 0 1001101 101000 11110 101001011 111111 101011

Color Harmonies of #B3296B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3296B

Black with #B3296B

Text Example


Text Example

White with #B3296B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3296B; }

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

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

background-color css

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

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

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

border-color css

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

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

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