Html Css Color HEX #B0295E Rouge

📋 copy color: '#B0295E'

red 176 ◦ green 41 ◦ blue 94

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

Shades of Rouge #B0295E

Tints of Rouge #B0295E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 30.23%

R = 56.59%
G = 13.18%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#B0295E (or 0xB0295E) is known color: Rouge. HEX triplet: B0, 29 and 5E. RGB value is (176,41,94). Sum of RGB (Red+Green+Blue) = 176+41+94=311 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.59% from 311); Green value is 41 (16.41% from 255 or 13.18% from 311); Blue value is 94 (37.11% from 255 or 30.23% from 311); Max value from RGB is 176 - color contains mainly: red. Hex color #B0295E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0295E is #4FD6A1. Grayscale: #575757. Windows color (decimal): -5232290 or 6171056. OLE color: 6171056.

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

Color convert

RGB 176 41 94 -
CMYK 0 0.77 0.47 0.31
HSL 336.44º 0.62% 0.43% -
HSV(B) 336.44º 0.77% 0.69% -
XYZ 20.72 11.62 11.74 -
YUV 87.41 131.73 191.19 -
System Red Green Blue C M Y K H S L
Decimal 176 41 94 0 0.77 0.47 0.31 336.44 0.62 0.43
Hex B0 29 5E 0 4D 2F 1F 150 3E 2B
Octal 260 51 136 0 115 57 37 520 76 53
Binary 10110000 101001 1011110 0 1001101 101111 11111 101010000 111110 101011

Color Harmonies of #B0295E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0295E

Black with #B0295E

Text Example


Text Example

White with #B0295E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0295E; }

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

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

background-color css

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

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

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

border-color css

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

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

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