Html Css Color HEX #B5335E Rouge

📋 copy color: '#B5335E'

red 181 ◦ green 51 ◦ blue 94

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

Shades of Rouge #B5335E

Tints of Rouge #B5335E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.64%

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

R = 55.52%
G = 15.64%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B5335E (or 0xB5335E) is known color: Rouge. HEX triplet: B5, 33 and 5E. RGB value is (181,51,94). Sum of RGB (Red+Green+Blue) = 181+51+94=326 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.52% from 326); Green value is 51 (20.31% from 255 or 15.64% from 326); Blue value is 94 (37.11% from 255 or 28.83% from 326); Max value from RGB is 181 - color contains mainly: red. Hex color #B5335E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5335E is #4ACCA1. Grayscale: #5E5E5E. Windows color (decimal): -4902050 or 6173621. OLE color: 6173621.

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

Color convert

RGB 181 51 94 -
CMYK 0 0.72 0.48 0.29
HSL 340.15º 0.56% 0.45% -
HSV(B) 340.15º 0.72% 0.71% -
XYZ 22.26 13 11.93 -
YUV 94.77 127.57 189.5 -
System Red Green Blue C M Y K H S L
Decimal 181 51 94 0 0.72 0.48 0.29 340.15 0.56 0.45
Hex B5 33 5E 0 48 30 1D 154 38 2D
Octal 265 63 136 0 110 60 35 524 70 55
Binary 10110101 110011 1011110 0 1001000 110000 11101 101010100 111000 101101

Color Harmonies of #B5335E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5335E

Black with #B5335E

Text Example


Text Example

White with #B5335E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5335E; }

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

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

background-color css

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

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

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

border-color css

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

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

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