Html Css Color HEX #B7395C Rouge

📋 copy color: '#B7395C'

red 183 ◦ green 57 ◦ blue 92

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

Shades of Rouge #B7395C

Tints of Rouge #B7395C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.71%

R = 55.12%
G = 17.17%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.50

 K value IS 0.28

RGB Variations

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

Color information

#B7395C (or 0xB7395C) is known color: Rouge. HEX triplet: B7, 39 and 5C. RGB value is (183,57,92). Sum of RGB (Red+Green+Blue) = 183+57+92=332 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.12% from 332); Green value is 57 (22.66% from 255 or 17.17% from 332); Blue value is 92 (36.33% from 255 or 27.71% from 332); Max value from RGB is 183 - color contains mainly: red. Hex color #B7395C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7395C is #48C6A3. Grayscale: #626262. Windows color (decimal): -4769444 or 6044087. OLE color: 6044087.

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

Color convert

RGB 183 57 92 -
CMYK 0 0.69 0.50 0.28
HSL 343.33º 0.53% 0.47% -
HSV(B) 343.33º 0.69% 0.72% -
XYZ 22.92 13.77 11.57 -
YUV 98.66 124.24 188.15 -
System Red Green Blue C M Y K H S L
Decimal 183 57 92 0 0.69 0.50 0.28 343.33 0.53 0.47
Hex B7 39 5C 0 45 32 1C 157 34 2F
Octal 267 71 134 0 105 62 34 527 64 57
Binary 10110111 111001 1011100 0 1000101 110010 11100 101010111 110100 101111

Color Harmonies of #B7395C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7395C

Black with #B7395C

Text Example


Text Example

White with #B7395C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7395C; }

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

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

background-color css

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

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

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

border-color css

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

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

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