Html Css Color HEX #B7395D Rouge

📋 copy color: '#B7395D'

red 183 ◦ green 57 ◦ blue 93

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

Shades of Rouge #B7395D

Tints of Rouge #B7395D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.12%

 BLUE value IS 93 (36.72% from 255) = 27.93%

R = 54.95%
G = 17.12%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#B7395D (or 0xB7395D) is known color: Rouge. HEX triplet: B7, 39 and 5D. RGB value is (183,57,93). Sum of RGB (Red+Green+Blue) = 183+57+93=333 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.95% from 333); Green value is 57 (22.66% from 255 or 17.12% from 333); Blue value is 93 (36.72% from 255 or 27.93% from 333); Max value from RGB is 183 - color contains mainly: red. Hex color #B7395D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7395D is #48C6A2. Grayscale: #626262. Windows color (decimal): -4769443 or 6109623. OLE color: 6109623.

HSL color Cylindrical-coordinate representation of color #B7395D: hue angle of 342.86º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B7395D is Cyan = 0, Magento = 0.69, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 57 93 -
CMYK 0 0.69 0.49 0.28
HSL 342.86º 0.53% 0.47% -
HSV(B) 342.86º 0.69% 0.72% -
XYZ 22.97 13.78 11.81 -
YUV 98.78 124.74 188.07 -
System Red Green Blue C M Y K H S L
Decimal 183 57 93 0 0.69 0.49 0.28 342.86 0.53 0.47
Hex B7 39 5D 0 45 31 1C 157 34 2F
Octal 267 71 135 0 105 61 34 527 64 57
Binary 10110111 111001 1011101 0 1000101 110001 11100 101010111 110100 101111

Color Harmonies of #B7395D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7395D

Black with #B7395D

Text Example


Text Example

White with #B7395D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7395D; }

 p { color: rgb(183,57,93); }

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

background-color css

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

 a { background-color: rgb(183,57,93); }

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

border-color css

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

 span { border-color: rgb(183,57,93); }

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