Html Css Color HEX #B5366B Rouge

📋 copy color: '#B5366B'

red 181 ◦ green 54 ◦ blue 107

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

Shades of Rouge #B5366B

Tints of Rouge #B5366B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.29%

R = 52.92%
G = 15.79%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B5366B (or 0xB5366B) is known color: Rouge. HEX triplet: B5, 36 and 6B. RGB value is (181,54,107). Sum of RGB (Red+Green+Blue) = 181+54+107=342 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.92% from 342); Green value is 54 (21.48% from 255 or 15.79% from 342); Blue value is 107 (42.19% from 255 or 31.29% from 342); Max value from RGB is 181 - color contains mainly: red. Hex color #B5366B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5366B is #4AC994. Grayscale: #616161. Windows color (decimal): -4901269 or 7026357. OLE color: 7026357.

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

Color convert

RGB 181 54 107 -
CMYK 0 0.70 0.41 0.29
HSL 334.96º 0.54% 0.46% -
HSV(B) 334.96º 0.7% 0.71% -
XYZ 23.03 13.52 15.31 -
YUV 98.02 133.08 187.19 -
System Red Green Blue C M Y K H S L
Decimal 181 54 107 0 0.70 0.41 0.29 334.96 0.54 0.46
Hex B5 36 6B 0 46 29 1D 14F 36 2E
Octal 265 66 153 0 106 51 35 517 66 56
Binary 10110101 110110 1101011 0 1000110 101001 11101 101001111 110110 101110

Color Harmonies of #B5366B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5366B

Black with #B5366B

Text Example


Text Example

White with #B5366B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5366B; }

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

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

background-color css

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

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

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

border-color css

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

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

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