Html Css Color HEX #B7395B Rouge

📋 copy color: '#B7395B'

red 183 ◦ green 57 ◦ blue 91

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

Shades of Rouge #B7395B

Tints of Rouge #B7395B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.49%

R = 55.29%
G = 17.22%
B = 27.49%

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

#B7395B (or 0xB7395B) is known color: Rouge. HEX triplet: B7, 39 and 5B. RGB value is (183,57,91). Sum of RGB (Red+Green+Blue) = 183+57+91=331 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.29% from 331); Green value is 57 (22.66% from 255 or 17.22% from 331); Blue value is 91 (35.94% from 255 or 27.49% from 331); Max value from RGB is 183 - color contains mainly: red. Hex color #B7395B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7395B is #48C6A4. Grayscale: #626262. Windows color (decimal): -4769445 or 5978551. OLE color: 5978551.

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

Color convert

RGB 183 57 91 -
CMYK 0 0.69 0.50 0.28
HSL 343.81º 0.53% 0.47% -
HSV(B) 343.81º 0.69% 0.72% -
XYZ 22.88 13.75 11.35 -
YUV 98.55 123.74 188.24 -
System Red Green Blue C M Y K H S L
Decimal 183 57 91 0 0.69 0.50 0.28 343.81 0.53 0.47
Hex B7 39 5B 0 45 32 1C 158 34 2F
Octal 267 71 133 0 105 62 34 530 64 57
Binary 10110111 111001 1011011 0 1000101 110010 11100 101011000 110100 101111

Color Harmonies of #B7395B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7395B

Black with #B7395B

Text Example


Text Example

White with #B7395B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7395B; }

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

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

background-color css

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

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

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

border-color css

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

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

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