Html Css Color HEX #B5396D Rouge

📋 copy color: '#B5396D'

red 181 ◦ green 57 ◦ blue 109

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

Shades of Rouge #B5396D

Tints of Rouge #B5396D

RGB

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

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

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

R = 52.16%
G = 16.43%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B5396D (or 0xB5396D) is known color: Rouge. HEX triplet: B5, 39 and 6D. RGB value is (181,57,109). Sum of RGB (Red+Green+Blue) = 181+57+109=347 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.16% from 347); Green value is 57 (22.66% from 255 or 16.43% from 347); Blue value is 109 (42.97% from 255 or 31.41% from 347); Max value from RGB is 181 - color contains mainly: red. Hex color #B5396D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5396D is #4AC692. Grayscale: #636363. Windows color (decimal): -4900499 or 7158197. OLE color: 7158197.

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

Color convert

RGB 181 57 109 -
CMYK 0 0.69 0.40 0.29
HSL 334.84º 0.52% 0.47% -
HSV(B) 334.84º 0.69% 0.71% -
XYZ 23.28 13.85 15.92 -
YUV 100 133.08 185.77 -
System Red Green Blue C M Y K H S L
Decimal 181 57 109 0 0.69 0.40 0.29 334.84 0.52 0.47
Hex B5 39 6D 0 45 28 1D 14F 34 2F
Octal 265 71 155 0 105 50 35 517 64 57
Binary 10110101 111001 1101101 0 1000101 101000 11101 101001111 110100 101111

Color Harmonies of #B5396D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5396D

Black with #B5396D

Text Example


Text Example

White with #B5396D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5396D; }

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

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

background-color css

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

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

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

border-color css

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

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

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