Html Css Color HEX #B8386A Rouge

📋 copy color: '#B8386A'

red 184 ◦ green 56 ◦ blue 106

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

Shades of Rouge #B8386A

Tints of Rouge #B8386A

RGB

 RED value IS 184 (72.27% from 255) = 53.18%

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

 BLUE value IS 106 (41.8% from 255) = 30.64%

R = 53.18%
G = 16.18%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.42

 K value IS 0.28

RGB Variations

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

Color information

#B8386A (or 0xB8386A) is known color: Rouge. HEX triplet: B8, 38 and 6A. RGB value is (184,56,106). Sum of RGB (Red+Green+Blue) = 184+56+106=346 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.18% from 346); Green value is 56 (22.27% from 255 or 16.18% from 346); Blue value is 106 (41.80% from 255 or 30.64% from 346); Max value from RGB is 184 - color contains mainly: red. Hex color #B8386A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8386A is #47C795. Grayscale: #636363. Windows color (decimal): -4704150 or 6961336. OLE color: 6961336.

HSL color Cylindrical-coordinate representation of color #B8386A: hue angle of 336.56º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B8386A is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 56 106 -
CMYK 0 0.70 0.42 0.28
HSL 336.56º 0.53% 0.47% -
HSV(B) 336.56º 0.7% 0.72% -
XYZ 23.78 14.06 15.1 -
YUV 99.97 131.41 187.93 -
System Red Green Blue C M Y K H S L
Decimal 184 56 106 0 0.70 0.42 0.28 336.56 0.53 0.47
Hex B8 38 6A 0 46 2A 1C 151 35 2F
Octal 270 70 152 0 106 52 34 521 65 57
Binary 10111000 111000 1101010 0 1000110 101010 11100 101010001 110101 101111

Color Harmonies of #B8386A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8386A

Black with #B8386A

Text Example


Text Example

White with #B8386A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8386A; }

 p { color: rgb(184,56,106); }

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

background-color css

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

 a { background-color: rgb(184,56,106); }

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

border-color css

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

 span { border-color: rgb(184,56,106); }

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