Html Css Color HEX #B5305E Rouge

📋 copy color: '#B5305E'

red 181 ◦ green 48 ◦ blue 94

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

Shades of Rouge #B5305E

Tints of Rouge #B5305E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.86%

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

R = 56.04%
G = 14.86%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B5305E (or 0xB5305E) is known color: Rouge. HEX triplet: B5, 30 and 5E. RGB value is (181,48,94). Sum of RGB (Red+Green+Blue) = 181+48+94=323 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.04% from 323); Green value is 48 (19.14% from 255 or 14.86% from 323); Blue value is 94 (37.11% from 255 or 29.10% from 323); Max value from RGB is 181 - color contains mainly: red. Hex color #B5305E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5305E is #4ACFA1. Grayscale: #5C5C5C. Windows color (decimal): -4902818 or 6172853. OLE color: 6172853.

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

Color convert

RGB 181 48 94 -
CMYK 0 0.73 0.48 0.29
HSL 339.25º 0.58% 0.45% -
HSV(B) 339.25º 0.73% 0.71% -
XYZ 22.13 12.75 11.88 -
YUV 93.01 128.56 190.76 -
System Red Green Blue C M Y K H S L
Decimal 181 48 94 0 0.73 0.48 0.29 339.25 0.58 0.45
Hex B5 30 5E 0 49 30 1D 153 3A 2D
Octal 265 60 136 0 111 60 35 523 72 55
Binary 10110101 110000 1011110 0 1001001 110000 11101 101010011 111010 101101

Color Harmonies of #B5305E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5305E

Black with #B5305E

Text Example


Text Example

White with #B5305E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5305E; }

 p { color: rgb(181,48,94); }

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

background-color css

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

 a { background-color: rgb(181,48,94); }

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

border-color css

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

 span { border-color: rgb(181,48,94); }

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