Html Css Color HEX #B5355E Rouge

📋 copy color: '#B5355E'

red 181 ◦ green 53 ◦ blue 94

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

Shades of Rouge #B5355E

Tints of Rouge #B5355E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.16%

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

R = 55.18%
G = 16.16%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B5355E (or 0xB5355E) is known color: Rouge. HEX triplet: B5, 35 and 5E. RGB value is (181,53,94). Sum of RGB (Red+Green+Blue) = 181+53+94=328 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.18% from 328); Green value is 53 (21.09% from 255 or 16.16% from 328); Blue value is 94 (37.11% from 255 or 28.66% from 328); Max value from RGB is 181 - color contains mainly: red. Hex color #B5355E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5355E is #4ACAA1. Grayscale: #5F5F5F. Windows color (decimal): -4901538 or 6174133. OLE color: 6174133.

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

Color convert

RGB 181 53 94 -
CMYK 0 0.71 0.48 0.29
HSL 340.78º 0.55% 0.46% -
HSV(B) 340.78º 0.71% 0.71% -
XYZ 22.35 13.18 11.96 -
YUV 95.95 126.91 188.67 -
System Red Green Blue C M Y K H S L
Decimal 181 53 94 0 0.71 0.48 0.29 340.78 0.55 0.46
Hex B5 35 5E 0 47 30 1D 155 37 2E
Octal 265 65 136 0 107 60 35 525 67 56
Binary 10110101 110101 1011110 0 1000111 110000 11101 101010101 110111 101110

Color Harmonies of #B5355E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5355E

Black with #B5355E

Text Example


Text Example

White with #B5355E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5355E; }

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

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

background-color css

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

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

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

border-color css

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

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

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