Html Css Color HEX #B7316C Rouge

📋 copy color: '#B7316C'

red 183 ◦ green 49 ◦ blue 108

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

Shades of Rouge #B7316C

Tints of Rouge #B7316C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.41%

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

R = 53.82%
G = 14.41%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.41

 K value IS 0.28

RGB Variations

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

Color information

#B7316C (or 0xB7316C) is known color: Rouge. HEX triplet: B7, 31 and 6C. RGB value is (183,49,108). Sum of RGB (Red+Green+Blue) = 183+49+108=340 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.82% from 340); Green value is 49 (19.53% from 255 or 14.41% from 340); Blue value is 108 (42.58% from 255 or 31.76% from 340); Max value from RGB is 183 - color contains mainly: red. Hex color #B7316C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7316C is #48CE93. Grayscale: #5F5F5F. Windows color (decimal): -4771476 or 7090615. OLE color: 7090615.

HSL color Cylindrical-coordinate representation of color #B7316C: hue angle of 333.58º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B7316C is Cyan = 0, Magento = 0.73, Yellow = 0.41 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 49 108 -
CMYK 0 0.73 0.41 0.28
HSL 333.58º 0.58% 0.45% -
HSV(B) 333.58º 0.73% 0.72% -
XYZ 23.33 13.35 15.53 -
YUV 95.79 134.89 190.2 -
System Red Green Blue C M Y K H S L
Decimal 183 49 108 0 0.73 0.41 0.28 333.58 0.58 0.45
Hex B7 31 6C 0 49 29 1C 14E 3A 2D
Octal 267 61 154 0 111 51 34 516 72 55
Binary 10110111 110001 1101100 0 1001001 101001 11100 101001110 111010 101101

Color Harmonies of #B7316C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7316C

Black with #B7316C

Text Example


Text Example

White with #B7316C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7316C; }

 p { color: rgb(183,49,108); }

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

background-color css

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

 a { background-color: rgb(183,49,108); }

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

border-color css

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

 span { border-color: rgb(183,49,108); }

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