Html Css Color HEX #B5356A Rouge

📋 copy color: '#B5356A'

red 181 ◦ green 53 ◦ blue 106

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

Shades of Rouge #B5356A

Tints of Rouge #B5356A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 31.18%

R = 53.24%
G = 15.59%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B5356A (or 0xB5356A) is known color: Rouge. HEX triplet: B5, 35 and 6A. RGB value is (181,53,106). Sum of RGB (Red+Green+Blue) = 181+53+106=340 (45% of max value = 765). Red value is 181 (71.09% from 255 or 53.24% from 340); Green value is 53 (21.09% from 255 or 15.59% from 340); Blue value is 106 (41.80% from 255 or 31.18% from 340); Max value from RGB is 181 - color contains mainly: red. Hex color #B5356A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5356A is #4ACA95. Grayscale: #616161. Windows color (decimal): -4901526 or 6960565. OLE color: 6960565.

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

Color convert

RGB 181 53 106 -
CMYK 0 0.71 0.41 0.29
HSL 335.16º 0.55% 0.46% -
HSV(B) 335.16º 0.71% 0.71% -
XYZ 22.93 13.41 15.02 -
YUV 97.31 132.91 187.69 -
System Red Green Blue C M Y K H S L
Decimal 181 53 106 0 0.71 0.41 0.29 335.16 0.55 0.46
Hex B5 35 6A 0 47 29 1D 14F 37 2E
Octal 265 65 152 0 107 51 35 517 67 56
Binary 10110101 110101 1101010 0 1000111 101001 11101 101001111 110111 101110

Color Harmonies of #B5356A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5356A

Black with #B5356A

Text Example


Text Example

White with #B5356A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5356A; }

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

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

background-color css

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

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

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

border-color css

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

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

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