Html Css Color HEX #B5395E Rouge

📋 copy color: '#B5395E'

red 181 ◦ green 57 ◦ blue 94

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

Shades of Rouge #B5395E

Tints of Rouge #B5395E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.17%

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

R = 54.52%
G = 17.17%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B5395E (or 0xB5395E) is known color: Rouge. HEX triplet: B5, 39 and 5E. RGB value is (181,57,94). Sum of RGB (Red+Green+Blue) = 181+57+94=332 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.52% from 332); Green value is 57 (22.66% from 255 or 17.17% from 332); Blue value is 94 (37.11% from 255 or 28.31% from 332); Max value from RGB is 181 - color contains mainly: red. Hex color #B5395E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5395E is #4AC6A1. Grayscale: #626262. Windows color (decimal): -4900514 or 6175157. OLE color: 6175157.

HSL color Cylindrical-coordinate representation of color #B5395E: hue angle of 342.1º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B5395E is Cyan = 0, Magento = 0.69, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 57 94 -
CMYK 0 0.69 0.48 0.29
HSL 342.1º 0.52% 0.47% -
HSV(B) 342.1º 0.69% 0.71% -
XYZ 22.54 13.56 12.02 -
YUV 98.29 125.58 186.99 -
System Red Green Blue C M Y K H S L
Decimal 181 57 94 0 0.69 0.48 0.29 342.1 0.52 0.47
Hex B5 39 5E 0 45 30 1D 156 34 2F
Octal 265 71 136 0 105 60 35 526 64 57
Binary 10110101 111001 1011110 0 1000101 110000 11101 101010110 110100 101111

Color Harmonies of #B5395E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5395E

Black with #B5395E

Text Example


Text Example

White with #B5395E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5395E; }

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

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

background-color css

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

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

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

border-color css

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

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

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