Html Css Color HEX #B5305C Rouge

📋 copy color: '#B5305C'

red 181 ◦ green 48 ◦ blue 92

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

Shades of Rouge #B5305C

Tints of Rouge #B5305C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 28.66%

R = 56.39%
G = 14.95%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B5305C (or 0xB5305C) is known color: Rouge. HEX triplet: B5, 30 and 5C. RGB value is (181,48,92). Sum of RGB (Red+Green+Blue) = 181+48+92=321 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.39% from 321); Green value is 48 (19.14% from 255 or 14.95% from 321); Blue value is 92 (36.33% from 255 or 28.66% from 321); Max value from RGB is 181 - color contains mainly: red. Hex color #B5305C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5305C is #4ACFA3. Grayscale: #5C5C5C. Windows color (decimal): -4902820 or 6041781. OLE color: 6041781.

HSL color Cylindrical-coordinate representation of color #B5305C: hue angle of 340.15º 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 #B5305C is Cyan = 0, Magento = 0.73, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 48 92 -
CMYK 0 0.73 0.49 0.29
HSL 340.15º 0.58% 0.45% -
HSV(B) 340.15º 0.73% 0.71% -
XYZ 22.04 12.71 11.42 -
YUV 92.78 127.56 190.92 -
System Red Green Blue C M Y K H S L
Decimal 181 48 92 0 0.73 0.49 0.29 340.15 0.58 0.45
Hex B5 30 5C 0 49 31 1D 154 3A 2D
Octal 265 60 134 0 111 61 35 524 72 55
Binary 10110101 110000 1011100 0 1001001 110001 11101 101010100 111010 101101

Color Harmonies of #B5305C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5305C

Black with #B5305C

Text Example


Text Example

White with #B5305C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5305C; }

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

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

background-color css

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

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

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

border-color css

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

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

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