Html Css Color HEX #B7386B Rouge

📋 copy color: '#B7386B'

red 183 ◦ green 56 ◦ blue 107

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

Shades of Rouge #B7386B

Tints of Rouge #B7386B

RGB

 RED value IS 183 (71.88% from 255) = 52.89%

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

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

R = 52.89%
G = 16.18%
B = 30.92%

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

#B7386B (or 0xB7386B) is known color: Rouge. HEX triplet: B7, 38 and 6B. RGB value is (183,56,107). Sum of RGB (Red+Green+Blue) = 183+56+107=346 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.89% from 346); Green value is 56 (22.27% from 255 or 16.18% from 346); Blue value is 107 (42.19% from 255 or 30.92% from 346); Max value from RGB is 183 - color contains mainly: red. Hex color #B7386B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7386B is #48C794. Grayscale: #636363. Windows color (decimal): -4769685 or 7026871. OLE color: 7026871.

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

Color convert

RGB 183 56 107 -
CMYK 0 0.69 0.42 0.28
HSL 335.91º 0.53% 0.47% -
HSV(B) 335.91º 0.69% 0.72% -
XYZ 23.6 13.96 15.36 -
YUV 99.79 132.08 187.35 -
System Red Green Blue C M Y K H S L
Decimal 183 56 107 0 0.69 0.42 0.28 335.91 0.53 0.47
Hex B7 38 6B 0 45 2A 1C 150 35 2F
Octal 267 70 153 0 105 52 34 520 65 57
Binary 10110111 111000 1101011 0 1000101 101010 11100 101010000 110101 101111

Color Harmonies of #B7386B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7386B

Black with #B7386B

Text Example


Text Example

White with #B7386B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7386B; }

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

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

background-color css

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

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

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

border-color css

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

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

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