Html Css Color HEX #B7315F Rouge

📋 copy color: '#B7315F'

red 183 ◦ green 49 ◦ blue 95

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

Shades of Rouge #B7315F

Tints of Rouge #B7315F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.05%

R = 55.96%
G = 14.98%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#B7315F (or 0xB7315F) is known color: Rouge. HEX triplet: B7, 31 and 5F. RGB value is (183,49,95). Sum of RGB (Red+Green+Blue) = 183+49+95=327 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.96% from 327); Green value is 49 (19.53% from 255 or 14.98% from 327); Blue value is 95 (37.5% from 255 or 29.05% from 327); Max value from RGB is 183 - color contains mainly: red. Hex color #B7315F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7315F is #48CEA0. Grayscale: #5E5E5E. Windows color (decimal): -4771489 or 6238647. OLE color: 6238647.

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

Color convert

RGB 183 49 95 -
CMYK 0 0.73 0.48 0.28
HSL 339.4º 0.58% 0.45% -
HSV(B) 339.4º 0.73% 0.72% -
XYZ 22.69 13.09 12.16 -
YUV 94.31 128.39 191.26 -
System Red Green Blue C M Y K H S L
Decimal 183 49 95 0 0.73 0.48 0.28 339.4 0.58 0.45
Hex B7 31 5F 0 49 30 1C 153 3A 2D
Octal 267 61 137 0 111 60 34 523 72 55
Binary 10110111 110001 1011111 0 1001001 110000 11100 101010011 111010 101101

Color Harmonies of #B7315F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7315F

Black with #B7315F

Text Example


Text Example

White with #B7315F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7315F; }

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

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

background-color css

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

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

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

border-color css

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

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

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