Html Css Color HEX #B8386B Rouge

📋 copy color: '#B8386B'

red 184 ◦ green 56 ◦ blue 107

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

Shades of Rouge #B8386B

Tints of Rouge #B8386B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.84%

R = 53.03%
G = 16.14%
B = 30.84%

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

#B8386B (or 0xB8386B) is known color: Rouge. HEX triplet: B8, 38 and 6B. RGB value is (184,56,107). Sum of RGB (Red+Green+Blue) = 184+56+107=347 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.03% from 347); Green value is 56 (22.27% from 255 or 16.14% from 347); Blue value is 107 (42.19% from 255 or 30.84% from 347); Max value from RGB is 184 - color contains mainly: red. Hex color #B8386B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8386B is #47C794. Grayscale: #646464. Windows color (decimal): -4704149 or 7026872. OLE color: 7026872.

HSL color Cylindrical-coordinate representation of color #B8386B: hue angle of 336.09º 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 #B8386B is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 56 107 -
CMYK 0 0.70 0.42 0.28
HSL 336.09º 0.53% 0.47% -
HSV(B) 336.09º 0.7% 0.72% -
XYZ 23.84 14.08 15.37 -
YUV 100.09 131.91 187.85 -
System Red Green Blue C M Y K H S L
Decimal 184 56 107 0 0.70 0.42 0.28 336.09 0.53 0.47
Hex B8 38 6B 0 46 2A 1C 150 35 2F
Octal 270 70 153 0 106 52 34 520 65 57
Binary 10111000 111000 1101011 0 1000110 101010 11100 101010000 110101 101111

Color Harmonies of #B8386B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8386B

Black with #B8386B

Text Example


Text Example

White with #B8386B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8386B; }

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

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

background-color css

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

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

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

border-color css

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

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

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