Html Css Color HEX #B7316D Rouge

📋 copy color: '#B7316D'

red 183 ◦ green 49 ◦ blue 109

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

Shades of Rouge #B7316D

Tints of Rouge #B7316D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 31.96%

R = 53.67%
G = 14.37%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.40

 K value IS 0.28

RGB Variations

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

Color information

#B7316D (or 0xB7316D) is known color: Rouge. HEX triplet: B7, 31 and 6D. RGB value is (183,49,109). Sum of RGB (Red+Green+Blue) = 183+49+109=341 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.67% from 341); Green value is 49 (19.53% from 255 or 14.37% from 341); Blue value is 109 (42.97% from 255 or 31.96% from 341); Max value from RGB is 183 - color contains mainly: red. Hex color #B7316D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7316D is #48CE92. Grayscale: #5F5F5F. Windows color (decimal): -4771475 or 7156151. OLE color: 7156151.

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

Color convert

RGB 183 49 109 -
CMYK 0 0.73 0.40 0.28
HSL 333.13º 0.58% 0.45% -
HSV(B) 333.13º 0.73% 0.72% -
XYZ 23.39 13.37 15.82 -
YUV 95.91 135.39 190.12 -
System Red Green Blue C M Y K H S L
Decimal 183 49 109 0 0.73 0.40 0.28 333.13 0.58 0.45
Hex B7 31 6D 0 49 28 1C 14D 3A 2D
Octal 267 61 155 0 111 50 34 515 72 55
Binary 10110111 110001 1101101 0 1001001 101000 11100 101001101 111010 101101

Color Harmonies of #B7316D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7316D

Black with #B7316D

Text Example


Text Example

White with #B7316D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7316D; }

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

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

background-color css

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

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

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

border-color css

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

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

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