Html Css Color HEX #B7355C Rouge

📋 copy color: '#B7355C'

red 183 ◦ green 53 ◦ blue 92

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

Shades of Rouge #B7355C

Tints of Rouge #B7355C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 28.05%

R = 55.79%
G = 16.16%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.50

 K value IS 0.28

RGB Variations

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

Color information

#B7355C (or 0xB7355C) is known color: Rouge. HEX triplet: B7, 35 and 5C. RGB value is (183,53,92). Sum of RGB (Red+Green+Blue) = 183+53+92=328 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.79% from 328); Green value is 53 (21.09% from 255 or 16.16% from 328); Blue value is 92 (36.33% from 255 or 28.05% from 328); Max value from RGB is 183 - color contains mainly: red. Hex color #B7355C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7355C is #48CAA3. Grayscale: #606060. Windows color (decimal): -4770468 or 6043063. OLE color: 6043063.

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

Color convert

RGB 183 53 92 -
CMYK 0 0.71 0.50 0.28
HSL 342º 0.55% 0.46% -
HSV(B) 342º 0.71% 0.72% -
XYZ 22.73 13.39 11.51 -
YUV 96.32 125.57 189.83 -
System Red Green Blue C M Y K H S L
Decimal 183 53 92 0 0.71 0.50 0.28 342 0.55 0.46
Hex B7 35 5C 0 47 32 1C 156 37 2E
Octal 267 65 134 0 107 62 34 526 67 56
Binary 10110111 110101 1011100 0 1000111 110010 11100 101010110 110111 101110

Color Harmonies of #B7355C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7355C

Black with #B7355C

Text Example


Text Example

White with #B7355C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7355C; }

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

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

background-color css

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

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

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

border-color css

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

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

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