Html Css Color HEX #B5366A Rouge

📋 copy color: '#B5366A'

red 181 ◦ green 54 ◦ blue 106

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

Shades of Rouge #B5366A

Tints of Rouge #B5366A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 31.09%

R = 53.08%
G = 15.84%
B = 31.09%

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

#B5366A (or 0xB5366A) is known color: Rouge. HEX triplet: B5, 36 and 6A. RGB value is (181,54,106). Sum of RGB (Red+Green+Blue) = 181+54+106=341 (45% of max value = 765). Red value is 181 (71.09% from 255 or 53.08% from 341); Green value is 54 (21.48% from 255 or 15.84% from 341); Blue value is 106 (41.80% from 255 or 31.09% from 341); Max value from RGB is 181 - color contains mainly: red. Hex color #B5366A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5366A is #4AC995. Grayscale: #616161. Windows color (decimal): -4901270 or 6960821. OLE color: 6960821.

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

Color convert

RGB 181 54 106 -
CMYK 0 0.70 0.41 0.29
HSL 335.43º 0.54% 0.46% -
HSV(B) 335.43º 0.7% 0.71% -
XYZ 22.98 13.5 15.03 -
YUV 97.9 132.58 187.27 -
System Red Green Blue C M Y K H S L
Decimal 181 54 106 0 0.70 0.41 0.29 335.43 0.54 0.46
Hex B5 36 6A 0 46 29 1D 14F 36 2E
Octal 265 66 152 0 106 51 35 517 66 56
Binary 10110101 110110 1101010 0 1000110 101001 11101 101001111 110110 101110

Color Harmonies of #B5366A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5366A

Black with #B5366A

Text Example


Text Example

White with #B5366A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5366A; }

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

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

background-color css

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

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

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

border-color css

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

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

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