Html Css Color HEX #B5386D Rouge

📋 copy color: '#B5386D'

red 181 ◦ green 56 ◦ blue 109

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

Shades of Rouge #B5386D

Tints of Rouge #B5386D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.18%

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

R = 52.31%
G = 16.18%
B = 31.5%

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

#B5386D (or 0xB5386D) is known color: Rouge. HEX triplet: B5, 38 and 6D. RGB value is (181,56,109). Sum of RGB (Red+Green+Blue) = 181+56+109=346 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.31% from 346); Green value is 56 (22.27% from 255 or 16.18% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 181 - color contains mainly: red. Hex color #B5386D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5386D is #4AC792. Grayscale: #636363. Windows color (decimal): -4900755 or 7157941. OLE color: 7157941.

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

Color convert

RGB 181 56 109 -
CMYK 0 0.69 0.40 0.29
HSL 334.56º 0.53% 0.46% -
HSV(B) 334.56º 0.69% 0.71% -
XYZ 23.23 13.76 15.9 -
YUV 99.42 133.41 186.19 -
System Red Green Blue C M Y K H S L
Decimal 181 56 109 0 0.69 0.40 0.29 334.56 0.53 0.46
Hex B5 38 6D 0 45 28 1D 14F 35 2E
Octal 265 70 155 0 105 50 35 517 65 56
Binary 10110101 111000 1101101 0 1000101 101000 11101 101001111 110101 101110

Color Harmonies of #B5386D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5386D

Black with #B5386D

Text Example


Text Example

White with #B5386D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5386D; }

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

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

background-color css

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

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

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

border-color css

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

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

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