Html Css Color HEX #B5355A Rouge

📋 copy color: '#B5355A'

red 181 ◦ green 53 ◦ blue 90

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

Shades of Rouge #B5355A

Tints of Rouge #B5355A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.78%

R = 55.86%
G = 16.36%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.50

 K value IS 0.29

RGB Variations

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

Color information

#B5355A (or 0xB5355A) is known color: Rouge. HEX triplet: B5, 35 and 5A. RGB value is (181,53,90). Sum of RGB (Red+Green+Blue) = 181+53+90=324 (42% of max value = 765). Red value is 181 (71.09% from 255 or 55.86% from 324); Green value is 53 (21.09% from 255 or 16.36% from 324); Blue value is 90 (35.55% from 255 or 27.78% from 324); Max value from RGB is 181 - color contains mainly: red. Hex color #B5355A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5355A is #4ACAA5. Grayscale: #5F5F5F. Windows color (decimal): -4901542 or 5911989. OLE color: 5911989.

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

Color convert

RGB 181 53 90 -
CMYK 0 0.71 0.50 0.29
HSL 342.66º 0.55% 0.46% -
HSV(B) 342.66º 0.71% 0.71% -
XYZ 22.17 13.11 11.03 -
YUV 95.49 124.91 188.99 -
System Red Green Blue C M Y K H S L
Decimal 181 53 90 0 0.71 0.50 0.29 342.66 0.55 0.46
Hex B5 35 5A 0 47 32 1D 157 37 2E
Octal 265 65 132 0 107 62 35 527 67 56
Binary 10110101 110101 1011010 0 1000111 110010 11101 101010111 110111 101110

Color Harmonies of #B5355A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5355A

Black with #B5355A

Text Example


Text Example

White with #B5355A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5355A; }

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

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

background-color css

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

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

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

border-color css

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

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

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