Html Css Color HEX #B6376C Rouge

📋 copy color: '#B6376C'

red 182 ◦ green 55 ◦ blue 108

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

Shades of Rouge #B6376C

Tints of Rouge #B6376C

RGB

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

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

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

R = 52.75%
G = 15.94%
B = 31.3%

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

#B6376C (or 0xB6376C) is known color: Rouge. HEX triplet: B6, 37 and 6C. RGB value is (182,55,108). Sum of RGB (Red+Green+Blue) = 182+55+108=345 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.75% from 345); Green value is 55 (21.88% from 255 or 15.94% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 182 - color contains mainly: red. Hex color #B6376C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6376C is #49C893. Grayscale: #626262. Windows color (decimal): -4835476 or 7092150. OLE color: 7092150.

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

Color convert

RGB 182 55 108 -
CMYK 0 0.70 0.41 0.29
HSL 334.96º 0.54% 0.46% -
HSV(B) 334.96º 0.7% 0.71% -
XYZ 23.36 13.76 15.61 -
YUV 99.02 133.08 187.19 -
System Red Green Blue C M Y K H S L
Decimal 182 55 108 0 0.70 0.41 0.29 334.96 0.54 0.46
Hex B6 37 6C 0 46 29 1D 14F 36 2E
Octal 266 67 154 0 106 51 35 517 66 56
Binary 10110110 110111 1101100 0 1000110 101001 11101 101001111 110110 101110

Color Harmonies of #B6376C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6376C

Black with #B6376C

Text Example


Text Example

White with #B6376C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6376C; }

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

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

background-color css

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

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

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

border-color css

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

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

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