Html Css Color HEX #B5365B Rouge

📋 copy color: '#B5365B'

red 181 ◦ green 54 ◦ blue 91

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

Shades of Rouge #B5365B

Tints of Rouge #B5365B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.91%

R = 55.52%
G = 16.56%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.50

 K value IS 0.29

RGB Variations

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

Color information

#B5365B (or 0xB5365B) is known color: Rouge. HEX triplet: B5, 36 and 5B. RGB value is (181,54,91). Sum of RGB (Red+Green+Blue) = 181+54+91=326 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.52% from 326); Green value is 54 (21.48% from 255 or 16.56% from 326); Blue value is 91 (35.94% from 255 or 27.91% from 326); Max value from RGB is 181 - color contains mainly: red. Hex color #B5365B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5365B is #4AC9A4. Grayscale: #606060. Windows color (decimal): -4901285 or 5977781. OLE color: 5977781.

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

Color convert

RGB 181 54 91 -
CMYK 0 0.70 0.50 0.29
HSL 342.52º 0.54% 0.46% -
HSV(B) 342.52º 0.7% 0.71% -
XYZ 22.26 13.22 11.28 -
YUV 96.19 125.08 188.49 -
System Red Green Blue C M Y K H S L
Decimal 181 54 91 0 0.70 0.50 0.29 342.52 0.54 0.46
Hex B5 36 5B 0 46 32 1D 157 36 2E
Octal 265 66 133 0 106 62 35 527 66 56
Binary 10110101 110110 1011011 0 1000110 110010 11101 101010111 110110 101110

Color Harmonies of #B5365B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5365B

Black with #B5365B

Text Example


Text Example

White with #B5365B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5365B; }

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

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

background-color css

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

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

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

border-color css

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

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

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