Html Css Color HEX #B5295F Rouge

📋 copy color: '#B5295F'

red 181 ◦ green 41 ◦ blue 95

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

Shades of Rouge #B5295F

Tints of Rouge #B5295F

RGB

 RED value IS 181 (71.09% from 255) = 57.1%

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

 BLUE value IS 95 (37.5% from 255) = 29.97%

R = 57.1%
G = 12.93%
B = 29.97%

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

#B5295F (or 0xB5295F) is known color: Rouge. HEX triplet: B5, 29 and 5F. RGB value is (181,41,95). Sum of RGB (Red+Green+Blue) = 181+41+95=317 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.10% from 317); Green value is 41 (16.41% from 255 or 12.93% from 317); Blue value is 95 (37.5% from 255 or 29.97% from 317); Max value from RGB is 181 - color contains mainly: red. Hex color #B5295F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5295F is #4AD6A0. Grayscale: #585858. Windows color (decimal): -4904609 or 6236597. OLE color: 6236597.

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

Color convert

RGB 181 41 95 -
CMYK 0 0.77 0.48 0.29
HSL 336.86º 0.63% 0.44% -
HSV(B) 336.86º 0.77% 0.71% -
XYZ 21.91 12.24 12.03 -
YUV 89.02 131.38 193.61 -
System Red Green Blue C M Y K H S L
Decimal 181 41 95 0 0.77 0.48 0.29 336.86 0.63 0.44
Hex B5 29 5F 0 4D 30 1D 151 3F 2C
Octal 265 51 137 0 115 60 35 521 77 54
Binary 10110101 101001 1011111 0 1001101 110000 11101 101010001 111111 101100

Color Harmonies of #B5295F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5295F

Black with #B5295F

Text Example


Text Example

White with #B5295F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5295F; }

 p { color: rgb(181,41,95); }

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

background-color css

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

 a { background-color: rgb(181,41,95); }

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

border-color css

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

 span { border-color: rgb(181,41,95); }

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