Html Css Color HEX #B5376D Rouge

📋 copy color: '#B5376D'

red 181 ◦ green 55 ◦ blue 109

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

Shades of Rouge #B5376D

Tints of Rouge #B5376D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 31.59%

R = 52.46%
G = 15.94%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B5376D (or 0xB5376D) is known color: Rouge. HEX triplet: B5, 37 and 6D. RGB value is (181,55,109). Sum of RGB (Red+Green+Blue) = 181+55+109=345 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.46% from 345); Green value is 55 (21.88% from 255 or 15.94% from 345); Blue value is 109 (42.97% from 255 or 31.59% from 345); Max value from RGB is 181 - color contains mainly: red. Hex color #B5376D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5376D is #4AC892. Grayscale: #626262. Windows color (decimal): -4901011 or 7157685. OLE color: 7157685.

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

Color convert

RGB 181 55 109 -
CMYK 0 0.70 0.40 0.29
HSL 334.29º 0.53% 0.46% -
HSV(B) 334.29º 0.7% 0.71% -
XYZ 23.18 13.66 15.88 -
YUV 98.83 133.74 186.61 -
System Red Green Blue C M Y K H S L
Decimal 181 55 109 0 0.70 0.40 0.29 334.29 0.53 0.46
Hex B5 37 6D 0 46 28 1D 14E 35 2E
Octal 265 67 155 0 106 50 35 516 65 56
Binary 10110101 110111 1101101 0 1000110 101000 11101 101001110 110101 101110

Color Harmonies of #B5376D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5376D

Black with #B5376D

Text Example


Text Example

White with #B5376D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5376D; }

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

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

background-color css

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

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

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

border-color css

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

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

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