Html Css Color HEX #B5365D Rouge

📋 copy color: '#B5365D'

red 181 ◦ green 54 ◦ blue 93

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

Shades of Rouge #B5365D

Tints of Rouge #B5365D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.46%

 BLUE value IS 93 (36.72% from 255) = 28.35%

R = 55.18%
G = 16.46%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B5365D (or 0xB5365D) is known color: Rouge. HEX triplet: B5, 36 and 5D. RGB value is (181,54,93). Sum of RGB (Red+Green+Blue) = 181+54+93=328 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.18% from 328); Green value is 54 (21.48% from 255 or 16.46% from 328); Blue value is 93 (36.72% from 255 or 28.35% from 328); Max value from RGB is 181 - color contains mainly: red. Hex color #B5365D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5365D is #4AC9A2. Grayscale: #606060. Windows color (decimal): -4901283 or 6108853. OLE color: 6108853.

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

Color convert

RGB 181 54 93 -
CMYK 0 0.70 0.49 0.29
HSL 341.57º 0.54% 0.46% -
HSV(B) 341.57º 0.7% 0.71% -
XYZ 22.35 13.25 11.74 -
YUV 96.42 126.08 188.33 -
System Red Green Blue C M Y K H S L
Decimal 181 54 93 0 0.70 0.49 0.29 341.57 0.54 0.46
Hex B5 36 5D 0 46 31 1D 156 36 2E
Octal 265 66 135 0 106 61 35 526 66 56
Binary 10110101 110110 1011101 0 1000110 110001 11101 101010110 110110 101110

Color Harmonies of #B5365D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5365D

Black with #B5365D

Text Example


Text Example

White with #B5365D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5365D; }

 p { color: rgb(181,54,93); }

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

background-color css

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

 a { background-color: rgb(181,54,93); }

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

border-color css

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

 span { border-color: rgb(181,54,93); }

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