Html Css Color HEX #B6376B Rouge

📋 copy color: '#B6376B'

red 182 ◦ green 55 ◦ blue 107

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

Shades of Rouge #B6376B

Tints of Rouge #B6376B

RGB

 RED value IS 182 (71.48% from 255) = 52.91%

 GREEN value IS 55 (21.88% from 255) = 15.99%

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

R = 52.91%
G = 15.99%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B6376B (or 0xB6376B) is known color: Rouge. HEX triplet: B6, 37 and 6B. RGB value is (182,55,107). Sum of RGB (Red+Green+Blue) = 182+55+107=344 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.91% from 344); Green value is 55 (21.88% from 255 or 15.99% from 344); Blue value is 107 (42.19% from 255 or 31.10% from 344); Max value from RGB is 182 - color contains mainly: red. Hex color #B6376B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6376B is #49C894. Grayscale: #626262. Windows color (decimal): -4835477 or 7026614. OLE color: 7026614.

HSL color Cylindrical-coordinate representation of color #B6376B: hue angle of 335.43º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B6376B is Cyan = 0, Magento = 0.70, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 55 107 -
CMYK 0 0.70 0.41 0.29
HSL 335.43º 0.54% 0.46% -
HSV(B) 335.43º 0.7% 0.71% -
XYZ 23.31 13.74 15.33 -
YUV 98.9 132.58 187.27 -
System Red Green Blue C M Y K H S L
Decimal 182 55 107 0 0.70 0.41 0.29 335.43 0.54 0.46
Hex B6 37 6B 0 46 29 1D 14F 36 2E
Octal 266 67 153 0 106 51 35 517 66 56
Binary 10110110 110111 1101011 0 1000110 101001 11101 101001111 110110 101110

Color Harmonies of #B6376B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6376B

Black with #B6376B

Text Example


Text Example

White with #B6376B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6376B; }

 p { color: rgb(182,55,107); }

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

background-color css

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

 a { background-color: rgb(182,55,107); }

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

border-color css

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

 span { border-color: rgb(182,55,107); }

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