Html Css Color HEX #B5395D Rouge

📋 copy color: '#B5395D'

red 181 ◦ green 57 ◦ blue 93

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

Shades of Rouge #B5395D

Tints of Rouge #B5395D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 28.1%

R = 54.68%
G = 17.22%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B5395D (or 0xB5395D) is known color: Rouge. HEX triplet: B5, 39 and 5D. RGB value is (181,57,93). Sum of RGB (Red+Green+Blue) = 181+57+93=331 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.68% from 331); Green value is 57 (22.66% from 255 or 17.22% from 331); Blue value is 93 (36.72% from 255 or 28.10% from 331); Max value from RGB is 181 - color contains mainly: red. Hex color #B5395D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5395D is #4AC6A2. Grayscale: #626262. Windows color (decimal): -4900515 or 6109621. OLE color: 6109621.

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

Color convert

RGB 181 57 93 -
CMYK 0 0.69 0.49 0.29
HSL 342.58º 0.52% 0.47% -
HSV(B) 342.58º 0.69% 0.71% -
XYZ 22.49 13.54 11.78 -
YUV 98.18 125.08 187.07 -
System Red Green Blue C M Y K H S L
Decimal 181 57 93 0 0.69 0.49 0.29 342.58 0.52 0.47
Hex B5 39 5D 0 45 31 1D 157 34 2F
Octal 265 71 135 0 105 61 35 527 64 57
Binary 10110101 111001 1011101 0 1000101 110001 11101 101010111 110100 101111

Color Harmonies of #B5395D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5395D

Black with #B5395D

Text Example


Text Example

White with #B5395D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5395D; }

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

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

background-color css

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

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

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

border-color css

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

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

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