Html Css Color HEX #B5365E Rouge

📋 copy color: '#B5365E'

red 181 ◦ green 54 ◦ blue 94

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

Shades of Rouge #B5365E

Tints of Rouge #B5365E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 28.57%

R = 55.02%
G = 16.41%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B5365E (or 0xB5365E) is known color: Rouge. HEX triplet: B5, 36 and 5E. RGB value is (181,54,94). Sum of RGB (Red+Green+Blue) = 181+54+94=329 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.02% from 329); Green value is 54 (21.48% from 255 or 16.41% from 329); Blue value is 94 (37.11% from 255 or 28.57% from 329); Max value from RGB is 181 - color contains mainly: red. Hex color #B5365E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5365E is #4AC9A1. Grayscale: #606060. Windows color (decimal): -4901282 or 6174389. OLE color: 6174389.

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

Color convert

RGB 181 54 94 -
CMYK 0 0.70 0.48 0.29
HSL 341.1º 0.54% 0.46% -
HSV(B) 341.1º 0.7% 0.71% -
XYZ 22.4 13.27 11.97 -
YUV 96.53 126.58 188.25 -
System Red Green Blue C M Y K H S L
Decimal 181 54 94 0 0.70 0.48 0.29 341.1 0.54 0.46
Hex B5 36 5E 0 46 30 1D 155 36 2E
Octal 265 66 136 0 106 60 35 525 66 56
Binary 10110101 110110 1011110 0 1000110 110000 11101 101010101 110110 101110

Color Harmonies of #B5365E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5365E

Black with #B5365E

Text Example


Text Example

White with #B5365E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5365E; }

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

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

background-color css

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

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

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

border-color css

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

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

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