Html Css Color HEX #B4295E Rouge

📋 copy color: '#B4295E'

red 180 ◦ green 41 ◦ blue 94

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

Shades of Rouge #B4295E

Tints of Rouge #B4295E

RGB

 RED value IS 180 (70.7% from 255) = 57.14%

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

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

R = 57.14%
G = 13.02%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B4295E (or 0xB4295E) is known color: Rouge. HEX triplet: B4, 29 and 5E. RGB value is (180,41,94). Sum of RGB (Red+Green+Blue) = 180+41+94=315 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.14% from 315); Green value is 41 (16.41% from 255 or 13.02% from 315); Blue value is 94 (37.11% from 255 or 29.84% from 315); Max value from RGB is 180 - color contains mainly: red. Hex color #B4295E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4295E is #4BD6A1. Grayscale: #585858. Windows color (decimal): -4970146 or 6171060. OLE color: 6171060.

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

Color convert

RGB 180 41 94 -
CMYK 0 0.77 0.48 0.29
HSL 337.12º 0.63% 0.43% -
HSV(B) 337.12º 0.77% 0.71% -
XYZ 21.64 12.1 11.78 -
YUV 88.6 131.05 193.19 -
System Red Green Blue C M Y K H S L
Decimal 180 41 94 0 0.77 0.48 0.29 337.12 0.63 0.43
Hex B4 29 5E 0 4D 30 1D 151 3F 2B
Octal 264 51 136 0 115 60 35 521 77 53
Binary 10110100 101001 1011110 0 1001101 110000 11101 101010001 111111 101011

Color Harmonies of #B4295E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4295E

Black with #B4295E

Text Example


Text Example

White with #B4295E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4295E; }

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

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

background-color css

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

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

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

border-color css

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

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

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