Html Css Color HEX #B5375E Rouge

📋 copy color: '#B5375E'

red 181 ◦ green 55 ◦ blue 94

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

Shades of Rouge #B5375E

Tints of Rouge #B5375E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 28.48%

R = 54.85%
G = 16.67%
B = 28.48%

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

#B5375E (or 0xB5375E) is known color: Rouge. HEX triplet: B5, 37 and 5E. RGB value is (181,55,94). Sum of RGB (Red+Green+Blue) = 181+55+94=330 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.85% from 330); Green value is 55 (21.88% from 255 or 16.67% from 330); Blue value is 94 (37.11% from 255 or 28.48% from 330); Max value from RGB is 181 - color contains mainly: red. Hex color #B5375E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5375E is #4AC8A1. Grayscale: #616161. Windows color (decimal): -4901026 or 6174645. OLE color: 6174645.

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

Color convert

RGB 181 55 94 -
CMYK 0 0.70 0.48 0.29
HSL 341.43º 0.53% 0.46% -
HSV(B) 341.43º 0.7% 0.71% -
XYZ 22.44 13.36 11.99 -
YUV 97.12 126.24 187.83 -
System Red Green Blue C M Y K H S L
Decimal 181 55 94 0 0.70 0.48 0.29 341.43 0.53 0.46
Hex B5 37 5E 0 46 30 1D 155 35 2E
Octal 265 67 136 0 106 60 35 525 65 56
Binary 10110101 110111 1011110 0 1000110 110000 11101 101010101 110101 101110

Color Harmonies of #B5375E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5375E

Black with #B5375E

Text Example


Text Example

White with #B5375E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5375E; }

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

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

background-color css

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

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

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

border-color css

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

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

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