Html Css Color HEX #B8386C Rouge

📋 copy color: '#B8386C'

red 184 ◦ green 56 ◦ blue 108

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

Shades of Rouge #B8386C

Tints of Rouge #B8386C

RGB

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

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

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

R = 52.87%
G = 16.09%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.41

 K value IS 0.28

RGB Variations

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

Color information

#B8386C (or 0xB8386C) is known color: Rouge. HEX triplet: B8, 38 and 6C. RGB value is (184,56,108). Sum of RGB (Red+Green+Blue) = 184+56+108=348 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.87% from 348); Green value is 56 (22.27% from 255 or 16.09% from 348); Blue value is 108 (42.58% from 255 or 31.03% from 348); Max value from RGB is 184 - color contains mainly: red. Hex color #B8386C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8386C is #47C793. Grayscale: #646464. Windows color (decimal): -4704148 or 7092408. OLE color: 7092408.

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

Color convert

RGB 184 56 108 -
CMYK 0 0.70 0.41 0.28
HSL 335.63º 0.53% 0.47% -
HSV(B) 335.63º 0.7% 0.72% -
XYZ 23.89 14.1 15.65 -
YUV 100.2 132.41 187.77 -
System Red Green Blue C M Y K H S L
Decimal 184 56 108 0 0.70 0.41 0.28 335.63 0.53 0.47
Hex B8 38 6C 0 46 29 1C 150 35 2F
Octal 270 70 154 0 106 51 34 520 65 57
Binary 10111000 111000 1101100 0 1000110 101001 11100 101010000 110101 101111

Color Harmonies of #B8386C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8386C

Black with #B8386C

Text Example


Text Example

White with #B8386C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8386C; }

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

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

background-color css

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

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

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

border-color css

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

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

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