Html Css Color HEX #B7355E Rouge

📋 copy color: '#B7355E'

red 183 ◦ green 53 ◦ blue 94

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

Shades of Rouge #B7355E

Tints of Rouge #B7355E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 28.48%

R = 55.45%
G = 16.06%
B = 28.48%

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

#B7355E (or 0xB7355E) is known color: Rouge. HEX triplet: B7, 35 and 5E. RGB value is (183,53,94). Sum of RGB (Red+Green+Blue) = 183+53+94=330 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.45% from 330); Green value is 53 (21.09% from 255 or 16.06% from 330); Blue value is 94 (37.11% from 255 or 28.48% from 330); Max value from RGB is 183 - color contains mainly: red. Hex color #B7355E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7355E is #48CAA1. Grayscale: #606060. Windows color (decimal): -4770466 or 6174135. OLE color: 6174135.

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

Color convert

RGB 183 53 94 -
CMYK 0 0.71 0.49 0.28
HSL 341.08º 0.55% 0.46% -
HSV(B) 341.08º 0.71% 0.72% -
XYZ 22.82 13.42 11.98 -
YUV 96.54 126.57 189.67 -
System Red Green Blue C M Y K H S L
Decimal 183 53 94 0 0.71 0.49 0.28 341.08 0.55 0.46
Hex B7 35 5E 0 47 31 1C 155 37 2E
Octal 267 65 136 0 107 61 34 525 67 56
Binary 10110111 110101 1011110 0 1000111 110001 11100 101010101 110111 101110

Color Harmonies of #B7355E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7355E

Black with #B7355E

Text Example


Text Example

White with #B7355E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7355E; }

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

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

background-color css

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

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

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

border-color css

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

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

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