Html Css Color HEX #B7396C Rouge

📋 copy color: '#B7396C'

red 183 ◦ green 57 ◦ blue 108

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

Shades of Rouge #B7396C

Tints of Rouge #B7396C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.03%

R = 52.59%
G = 16.38%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.41

 K value IS 0.28

RGB Variations

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

Color information

#B7396C (or 0xB7396C) is known color: Rouge. HEX triplet: B7, 39 and 6C. RGB value is (183,57,108). Sum of RGB (Red+Green+Blue) = 183+57+108=348 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.59% from 348); Green value is 57 (22.66% from 255 or 16.38% from 348); Blue value is 108 (42.58% from 255 or 31.03% from 348); Max value from RGB is 183 - color contains mainly: red. Hex color #B7396C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7396C is #48C693. Grayscale: #646464. Windows color (decimal): -4769428 or 7092663. OLE color: 7092663.

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

Color convert

RGB 183 57 108 -
CMYK 0 0.69 0.41 0.28
HSL 335.71º 0.53% 0.47% -
HSV(B) 335.71º 0.69% 0.72% -
XYZ 23.7 14.08 15.66 -
YUV 100.49 132.24 186.85 -
System Red Green Blue C M Y K H S L
Decimal 183 57 108 0 0.69 0.41 0.28 335.71 0.53 0.47
Hex B7 39 6C 0 45 29 1C 150 34 2F
Octal 267 71 154 0 105 51 34 520 64 57
Binary 10110111 111001 1101100 0 1000101 101001 11100 101010000 110100 101111

Color Harmonies of #B7396C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7396C

Black with #B7396C

Text Example


Text Example

White with #B7396C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7396C; }

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

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

background-color css

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

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

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

border-color css

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

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

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