Html Css Color HEX #B5386C Rouge

📋 copy color: '#B5386C'

red 181 ◦ green 56 ◦ blue 108

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

Shades of Rouge #B5386C

Tints of Rouge #B5386C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.3%

R = 52.46%
G = 16.23%
B = 31.3%

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

#B5386C (or 0xB5386C) is known color: Rouge. HEX triplet: B5, 38 and 6C. RGB value is (181,56,108). Sum of RGB (Red+Green+Blue) = 181+56+108=345 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.46% from 345); Green value is 56 (22.27% from 255 or 16.23% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 181 - color contains mainly: red. Hex color #B5386C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5386C is #4AC793. Grayscale: #636363. Windows color (decimal): -4900756 or 7092405. OLE color: 7092405.

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

Color convert

RGB 181 56 108 -
CMYK 0 0.69 0.40 0.29
HSL 335.04º 0.53% 0.46% -
HSV(B) 335.04º 0.69% 0.71% -
XYZ 23.18 13.73 15.62 -
YUV 99.3 132.91 186.27 -
System Red Green Blue C M Y K H S L
Decimal 181 56 108 0 0.69 0.40 0.29 335.04 0.53 0.46
Hex B5 38 6C 0 45 28 1D 14F 35 2E
Octal 265 70 154 0 105 50 35 517 65 56
Binary 10110101 111000 1101100 0 1000101 101000 11101 101001111 110101 101110

Color Harmonies of #B5386C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5386C

Black with #B5386C

Text Example


Text Example

White with #B5386C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5386C; }

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

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

background-color css

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

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

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

border-color css

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

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

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