Html Css Color HEX #B5365F Rouge

📋 copy color: '#B5365F'

red 181 ◦ green 54 ◦ blue 95

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

Shades of Rouge #B5365F

Tints of Rouge #B5365F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 28.79%

R = 54.85%
G = 16.36%
B = 28.79%

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

#B5365F (or 0xB5365F) is known color: Rouge. HEX triplet: B5, 36 and 5F. RGB value is (181,54,95). Sum of RGB (Red+Green+Blue) = 181+54+95=330 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.85% from 330); Green value is 54 (21.48% from 255 or 16.36% from 330); Blue value is 95 (37.5% from 255 or 28.79% from 330); Max value from RGB is 181 - color contains mainly: red. Hex color #B5365F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5365F is #4AC9A0. Grayscale: #606060. Windows color (decimal): -4901281 or 6239925. OLE color: 6239925.

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

Color convert

RGB 181 54 95 -
CMYK 0 0.70 0.48 0.29
HSL 340.63º 0.54% 0.46% -
HSV(B) 340.63º 0.7% 0.71% -
XYZ 22.44 13.29 12.21 -
YUV 96.65 127.08 188.17 -
System Red Green Blue C M Y K H S L
Decimal 181 54 95 0 0.70 0.48 0.29 340.63 0.54 0.46
Hex B5 36 5F 0 46 30 1D 155 36 2E
Octal 265 66 137 0 106 60 35 525 66 56
Binary 10110101 110110 1011111 0 1000110 110000 11101 101010101 110110 101110

Color Harmonies of #B5365F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5365F

Black with #B5365F

Text Example


Text Example

White with #B5365F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5365F; }

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

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

background-color css

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

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

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

border-color css

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

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

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