Html Css Color HEX #B7355D Rouge

📋 copy color: '#B7355D'

red 183 ◦ green 53 ◦ blue 93

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

Shades of Rouge #B7355D

Tints of Rouge #B7355D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.11%

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

R = 55.62%
G = 16.11%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#B7355D (or 0xB7355D) is known color: Rouge. HEX triplet: B7, 35 and 5D. RGB value is (183,53,93). Sum of RGB (Red+Green+Blue) = 183+53+93=329 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.62% from 329); Green value is 53 (21.09% from 255 or 16.11% from 329); Blue value is 93 (36.72% from 255 or 28.27% from 329); Max value from RGB is 183 - color contains mainly: red. Hex color #B7355D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7355D is #48CAA2. Grayscale: #606060. Windows color (decimal): -4770467 or 6108599. OLE color: 6108599.

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

Color convert

RGB 183 53 93 -
CMYK 0 0.71 0.49 0.28
HSL 341.54º 0.55% 0.46% -
HSV(B) 341.54º 0.71% 0.72% -
XYZ 22.78 13.4 11.74 -
YUV 96.43 126.07 189.75 -
System Red Green Blue C M Y K H S L
Decimal 183 53 93 0 0.71 0.49 0.28 341.54 0.55 0.46
Hex B7 35 5D 0 47 31 1C 156 37 2E
Octal 267 65 135 0 107 61 34 526 67 56
Binary 10110111 110101 1011101 0 1000111 110001 11100 101010110 110111 101110

Color Harmonies of #B7355D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7355D

Black with #B7355D

Text Example


Text Example

White with #B7355D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7355D; }

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

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

background-color css

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

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

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

border-color css

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

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

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