Html Css Color HEX #B5365C Rouge

📋 copy color: '#B5365C'

red 181 ◦ green 54 ◦ blue 92

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

Shades of Rouge #B5365C

Tints of Rouge #B5365C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 28.13%

R = 55.35%
G = 16.51%
B = 28.13%

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

#B5365C (or 0xB5365C) is known color: Rouge. HEX triplet: B5, 36 and 5C. RGB value is (181,54,92). Sum of RGB (Red+Green+Blue) = 181+54+92=327 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.35% from 327); Green value is 54 (21.48% from 255 or 16.51% from 327); Blue value is 92 (36.33% from 255 or 28.13% from 327); Max value from RGB is 181 - color contains mainly: red. Hex color #B5365C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5365C is #4AC9A3. Grayscale: #606060. Windows color (decimal): -4901284 or 6043317. OLE color: 6043317.

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

Color convert

RGB 181 54 92 -
CMYK 0 0.70 0.49 0.29
HSL 342.05º 0.54% 0.46% -
HSV(B) 342.05º 0.7% 0.71% -
XYZ 22.31 13.23 11.5 -
YUV 96.31 125.58 188.41 -
System Red Green Blue C M Y K H S L
Decimal 181 54 92 0 0.70 0.49 0.29 342.05 0.54 0.46
Hex B5 36 5C 0 46 31 1D 156 36 2E
Octal 265 66 134 0 106 61 35 526 66 56
Binary 10110101 110110 1011100 0 1000110 110001 11101 101010110 110110 101110

Color Harmonies of #B5365C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5365C

Black with #B5365C

Text Example


Text Example

White with #B5365C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5365C; }

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

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

background-color css

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

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

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

border-color css

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

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

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