Html Css Color HEX #B7316A Rouge

📋 copy color: '#B7316A'

red 183 ◦ green 49 ◦ blue 106

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

Shades of Rouge #B7316A

Tints of Rouge #B7316A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 31.36%

R = 54.14%
G = 14.5%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.42

 K value IS 0.28

RGB Variations

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

Color information

#B7316A (or 0xB7316A) is known color: Rouge. HEX triplet: B7, 31 and 6A. RGB value is (183,49,106). Sum of RGB (Red+Green+Blue) = 183+49+106=338 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.14% from 338); Green value is 49 (19.53% from 255 or 14.50% from 338); Blue value is 106 (41.80% from 255 or 31.36% from 338); Max value from RGB is 183 - color contains mainly: red. Hex color #B7316A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7316A is #48CE95. Grayscale: #5F5F5F. Windows color (decimal): -4771478 or 6959543. OLE color: 6959543.

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

Color convert

RGB 183 49 106 -
CMYK 0 0.73 0.42 0.28
HSL 334.48º 0.58% 0.45% -
HSV(B) 334.48º 0.73% 0.72% -
XYZ 23.23 13.3 14.98 -
YUV 95.56 133.89 190.37 -
System Red Green Blue C M Y K H S L
Decimal 183 49 106 0 0.73 0.42 0.28 334.48 0.58 0.45
Hex B7 31 6A 0 49 2A 1C 14E 3A 2D
Octal 267 61 152 0 111 52 34 516 72 55
Binary 10110111 110001 1101010 0 1001001 101010 11100 101001110 111010 101101

Color Harmonies of #B7316A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7316A

Black with #B7316A

Text Example


Text Example

White with #B7316A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7316A; }

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

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

background-color css

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

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

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

border-color css

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

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

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