Html Css Color HEX #B0296B Rouge

📋 copy color: '#B0296B'

red 176 ◦ green 41 ◦ blue 107

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

Shades of Rouge #B0296B

Tints of Rouge #B0296B

RGB

 RED value IS 176 (69.14% from 255) = 54.32%

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

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

R = 54.32%
G = 12.65%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#B0296B (or 0xB0296B) is known color: Rouge. HEX triplet: B0, 29 and 6B. RGB value is (176,41,107). Sum of RGB (Red+Green+Blue) = 176+41+107=324 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.32% from 324); Green value is 41 (16.41% from 255 or 12.65% from 324); Blue value is 107 (42.19% from 255 or 33.02% from 324); Max value from RGB is 176 - color contains mainly: red. Hex color #B0296B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0296B is #4FD694. Grayscale: #585858. Windows color (decimal): -5232277 or 7023024. OLE color: 7023024.

HSL color Cylindrical-coordinate representation of color #B0296B: hue angle of 330.67º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B0296B is Cyan = 0, Magento = 0.77, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 41 107 -
CMYK 0 0.77 0.39 0.31
HSL 330.67º 0.62% 0.43% -
HSV(B) 330.67º 0.77% 0.69% -
XYZ 21.35 11.88 15.08 -
YUV 88.89 138.23 190.13 -
System Red Green Blue C M Y K H S L
Decimal 176 41 107 0 0.77 0.39 0.31 330.67 0.62 0.43
Hex B0 29 6B 0 4D 27 1F 14B 3E 2B
Octal 260 51 153 0 115 47 37 513 76 53
Binary 10110000 101001 1101011 0 1001101 100111 11111 101001011 111110 101011

Color Harmonies of #B0296B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0296B

Black with #B0296B

Text Example


Text Example

White with #B0296B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0296B; }

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

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

background-color css

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

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

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

border-color css

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

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

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