Html Css Color HEX #B5386F Rouge

📋 copy color: '#B5386F'

red 181 ◦ green 56 ◦ blue 111

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

Shades of Rouge #B5386F

Tints of Rouge #B5386F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 31.9%

R = 52.01%
G = 16.09%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#B5386F (or 0xB5386F) is known color: Rouge. HEX triplet: B5, 38 and 6F. RGB value is (181,56,111). Sum of RGB (Red+Green+Blue) = 181+56+111=348 (46% of max value = 765). Red value is 181 (71.09% from 255 or 52.01% from 348); Green value is 56 (22.27% from 255 or 16.09% from 348); Blue value is 111 (43.75% from 255 or 31.90% from 348); Max value from RGB is 181 - color contains mainly: red. Hex color #B5386F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5386F is #4AC790. Grayscale: #636363. Windows color (decimal): -4900753 or 7289013. OLE color: 7289013.

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

Color convert

RGB 181 56 111 -
CMYK 0 0.69 0.39 0.29
HSL 333.6º 0.53% 0.46% -
HSV(B) 333.6º 0.69% 0.71% -
XYZ 23.34 13.8 16.47 -
YUV 99.65 134.41 186.03 -
System Red Green Blue C M Y K H S L
Decimal 181 56 111 0 0.69 0.39 0.29 333.6 0.53 0.46
Hex B5 38 6F 0 45 27 1D 14E 35 2E
Octal 265 70 157 0 105 47 35 516 65 56
Binary 10110101 111000 1101111 0 1000101 100111 11101 101001110 110101 101110

Color Harmonies of #B5386F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5386F

Black with #B5386F

Text Example


Text Example

White with #B5386F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5386F; }

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

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

background-color css

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

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

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

border-color css

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

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

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