Html Css Color HEX #B5356E Rouge

📋 copy color: '#B5356E'

red 181 ◦ green 53 ◦ blue 110

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

Shades of Rouge #B5356E

Tints of Rouge #B5356E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 31.98%

R = 52.62%
G = 15.41%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#B5356E (or 0xB5356E) is known color: Rouge. HEX triplet: B5, 35 and 6E. RGB value is (181,53,110). Sum of RGB (Red+Green+Blue) = 181+53+110=344 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.62% from 344); Green value is 53 (21.09% from 255 or 15.41% from 344); Blue value is 110 (43.36% from 255 or 31.98% from 344); Max value from RGB is 181 - color contains mainly: red. Hex color #B5356E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5356E is #4ACA91. Grayscale: #616161. Windows color (decimal): -4901522 or 7222709. OLE color: 7222709.

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

Color convert

RGB 181 53 110 -
CMYK 0 0.71 0.39 0.29
HSL 333.28º 0.55% 0.46% -
HSV(B) 333.28º 0.71% 0.71% -
XYZ 23.14 13.5 16.14 -
YUV 97.77 134.91 187.37 -
System Red Green Blue C M Y K H S L
Decimal 181 53 110 0 0.71 0.39 0.29 333.28 0.55 0.46
Hex B5 35 6E 0 47 27 1D 14D 37 2E
Octal 265 65 156 0 107 47 35 515 67 56
Binary 10110101 110101 1101110 0 1000111 100111 11101 101001101 110111 101110

Color Harmonies of #B5356E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5356E

Black with #B5356E

Text Example


Text Example

White with #B5356E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5356E; }

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

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

background-color css

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

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

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

border-color css

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

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

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