Html Css Color HEX #B7365D Rouge

📋 copy color: '#B7365D'

red 183 ◦ green 54 ◦ blue 93

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

Shades of Rouge #B7365D

Tints of Rouge #B7365D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.36%

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

R = 55.45%
G = 16.36%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#B7365D (or 0xB7365D) is known color: Rouge. HEX triplet: B7, 36 and 5D. RGB value is (183,54,93). Sum of RGB (Red+Green+Blue) = 183+54+93=330 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.45% from 330); Green value is 54 (21.48% from 255 or 16.36% from 330); Blue value is 93 (36.72% from 255 or 28.18% from 330); Max value from RGB is 183 - color contains mainly: red. Hex color #B7365D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7365D is #48C9A2. Grayscale: #606060. Windows color (decimal): -4770211 or 6108855. OLE color: 6108855.

HSL color Cylindrical-coordinate representation of color #B7365D: hue angle of 341.86º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B7365D is Cyan = 0, Magento = 0.70, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 54 93 -
CMYK 0 0.70 0.49 0.28
HSL 341.86º 0.54% 0.46% -
HSV(B) 341.86º 0.7% 0.72% -
XYZ 22.82 13.5 11.76 -
YUV 97.02 125.74 189.33 -
System Red Green Blue C M Y K H S L
Decimal 183 54 93 0 0.70 0.49 0.28 341.86 0.54 0.46
Hex B7 36 5D 0 46 31 1C 156 36 2E
Octal 267 66 135 0 106 61 34 526 66 56
Binary 10110111 110110 1011101 0 1000110 110001 11100 101010110 110110 101110

Color Harmonies of #B7365D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7365D

Black with #B7365D

Text Example


Text Example

White with #B7365D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7365D; }

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

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

background-color css

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

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

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

border-color css

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

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

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