Html Css Color HEX #B0296D Rouge

📋 copy color: '#B0296D'

red 176 ◦ green 41 ◦ blue 109

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

Shades of Rouge #B0296D

Tints of Rouge #B0296D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 33.44%

R = 53.99%
G = 12.58%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#B0296D (or 0xB0296D) is known color: Rouge. HEX triplet: B0, 29 and 6D. RGB value is (176,41,109). Sum of RGB (Red+Green+Blue) = 176+41+109=326 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.99% from 326); Green value is 41 (16.41% from 255 or 12.58% from 326); Blue value is 109 (42.97% from 255 or 33.44% from 326); Max value from RGB is 176 - color contains mainly: red. Hex color #B0296D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0296D is #4FD692. Grayscale: #585858. Windows color (decimal): -5232275 or 7154096. OLE color: 7154096.

HSL color Cylindrical-coordinate representation of color #B0296D: hue angle of 329.78º 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 #B0296D is Cyan = 0, Magento = 0.77, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 41 109 -
CMYK 0 0.77 0.38 0.31
HSL 329.78º 0.62% 0.43% -
HSV(B) 329.78º 0.77% 0.69% -
XYZ 21.46 11.92 15.64 -
YUV 89.12 139.23 189.97 -
System Red Green Blue C M Y K H S L
Decimal 176 41 109 0 0.77 0.38 0.31 329.78 0.62 0.43
Hex B0 29 6D 0 4D 26 1F 14A 3E 2B
Octal 260 51 155 0 115 46 37 512 76 53
Binary 10110000 101001 1101101 0 1001101 100110 11111 101001010 111110 101011

Color Harmonies of #B0296D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0296D

Black with #B0296D

Text Example


Text Example

White with #B0296D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0296D; }

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

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

background-color css

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

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

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

border-color css

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

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

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