Html Css Color HEX #B5376B Rouge

📋 copy color: '#B5376B'

red 181 ◦ green 55 ◦ blue 107

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

Shades of Rouge #B5376B

Tints of Rouge #B5376B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.03%

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

R = 52.77%
G = 16.03%
B = 31.2%

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

#B5376B (or 0xB5376B) is known color: Rouge. HEX triplet: B5, 37 and 6B. RGB value is (181,55,107). Sum of RGB (Red+Green+Blue) = 181+55+107=343 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.77% from 343); Green value is 55 (21.88% from 255 or 16.03% from 343); Blue value is 107 (42.19% from 255 or 31.20% from 343); Max value from RGB is 181 - color contains mainly: red. Hex color #B5376B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5376B is #4AC894. Grayscale: #626262. Windows color (decimal): -4901013 or 7026613. OLE color: 7026613.

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

Color convert

RGB 181 55 107 -
CMYK 0 0.70 0.41 0.29
HSL 335.24º 0.53% 0.46% -
HSV(B) 335.24º 0.7% 0.71% -
XYZ 23.08 13.62 15.32 -
YUV 98.6 132.74 186.77 -
System Red Green Blue C M Y K H S L
Decimal 181 55 107 0 0.70 0.41 0.29 335.24 0.53 0.46
Hex B5 37 6B 0 46 29 1D 14F 35 2E
Octal 265 67 153 0 106 51 35 517 65 56
Binary 10110101 110111 1101011 0 1000110 101001 11101 101001111 110101 101110

Color Harmonies of #B5376B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5376B

Black with #B5376B

Text Example


Text Example

White with #B5376B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5376B; }

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

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

background-color css

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

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

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

border-color css

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

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

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