Html Css Color HEX #B7395F Rouge

📋 copy color: '#B7395F'

red 183 ◦ green 57 ◦ blue 95

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

Shades of Rouge #B7395F

Tints of Rouge #B7395F

RGB

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

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

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

R = 54.63%
G = 17.01%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#B7395F (or 0xB7395F) is known color: Rouge. HEX triplet: B7, 39 and 5F. RGB value is (183,57,95). Sum of RGB (Red+Green+Blue) = 183+57+95=335 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.63% from 335); Green value is 57 (22.66% from 255 or 17.01% from 335); Blue value is 95 (37.5% from 255 or 28.36% from 335); Max value from RGB is 183 - color contains mainly: red. Hex color #B7395F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7395F is #48C6A0. Grayscale: #626262. Windows color (decimal): -4769441 or 6240695. OLE color: 6240695.

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

Color convert

RGB 183 57 95 -
CMYK 0 0.69 0.48 0.28
HSL 341.9º 0.53% 0.47% -
HSV(B) 341.9º 0.69% 0.72% -
XYZ 23.06 13.82 12.28 -
YUV 99.01 125.74 187.91 -
System Red Green Blue C M Y K H S L
Decimal 183 57 95 0 0.69 0.48 0.28 341.9 0.53 0.47
Hex B7 39 5F 0 45 30 1C 156 34 2F
Octal 267 71 137 0 105 60 34 526 64 57
Binary 10110111 111001 1011111 0 1000101 110000 11100 101010110 110100 101111

Color Harmonies of #B7395F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7395F

Black with #B7395F

Text Example


Text Example

White with #B7395F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7395F; }

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

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

background-color css

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

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

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

border-color css

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

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

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