Html Css Color HEX #B8396B Rouge

📋 copy color: '#B8396B'

red 184 ◦ green 57 ◦ blue 107

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

Shades of Rouge #B8396B

Tints of Rouge #B8396B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.38%

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

R = 52.87%
G = 16.38%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.42

 K value IS 0.28

RGB Variations

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

Color information

#B8396B (or 0xB8396B) is known color: Rouge. HEX triplet: B8, 39 and 6B. RGB value is (184,57,107). Sum of RGB (Red+Green+Blue) = 184+57+107=348 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.87% from 348); Green value is 57 (22.66% from 255 or 16.38% from 348); Blue value is 107 (42.19% from 255 or 30.75% from 348); Max value from RGB is 184 - color contains mainly: red. Hex color #B8396B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8396B is #47C694. Grayscale: #646464. Windows color (decimal): -4703893 or 7027128. OLE color: 7027128.

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

Color convert

RGB 184 57 107 -
CMYK 0 0.69 0.42 0.28
HSL 336.38º 0.53% 0.47% -
HSV(B) 336.38º 0.69% 0.72% -
XYZ 23.88 14.18 15.39 -
YUV 100.67 131.58 187.43 -
System Red Green Blue C M Y K H S L
Decimal 184 57 107 0 0.69 0.42 0.28 336.38 0.53 0.47
Hex B8 39 6B 0 45 2A 1C 150 35 2F
Octal 270 71 153 0 105 52 34 520 65 57
Binary 10111000 111001 1101011 0 1000101 101010 11100 101010000 110101 101111

Color Harmonies of #B8396B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8396B

Black with #B8396B

Text Example


Text Example

White with #B8396B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8396B; }

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

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

background-color css

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

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

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

border-color css

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

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

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